gi*: add Korean translation (#14301)
This commit is contained in:
29
pages.ko/common/gimp.md
Normal file
29
pages.ko/common/gimp.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# gimp
|
||||
|
||||
> GNU 이미지 조작 프로그램.
|
||||
> 참고: `krita`.
|
||||
> 더 많은 정보: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
|
||||
|
||||
- GIMP 시작:
|
||||
|
||||
`gimp`
|
||||
|
||||
- 특정 파일 열기:
|
||||
|
||||
`gimp {{경로/대상/이미지1 경로/대상/이미지2 ...}}`
|
||||
|
||||
- 새로운 창에서 특정 파일 열기:
|
||||
|
||||
`gimp --new-instance {{경로/대상/이미지1 경로/대상/이미지2 ...}}`
|
||||
|
||||
- 스플래시 화면 없이 시작:
|
||||
|
||||
`gimp --no-splash`
|
||||
|
||||
- 오류 및 경고를 대화 상자에 표시하는 대신 콘솔에 출력:
|
||||
|
||||
`gimp --console-messages`
|
||||
|
||||
- 디버깅 신호 처리기 활성화:
|
||||
|
||||
`gimp --debug-handlers`
|
Reference in New Issue
Block a user