mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:02:08 +02:00
29 lines
637 B
Markdown
29 lines
637 B
Markdown
# 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`
|