Files
tldr/pages.zh/common/gimp.md

29 lines
585 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gimp
> GNU 图像处理程序。
> 另请参见: `krita`。
> 更多信息: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>。
- 启动 GIMP
`gimp`
- 打开特定文件:
`gimp {{path/to/image1 path/to/image2 ...}}`
- 在新窗口中打开特定文件:
`gimp --new-instance {{path/to/image1 path/to/image2 ...}}`
- 启动时不显示启动画面:
`gimp --no-splash`
- 将错误和警告打印到控制台,而不是在对话框中显示:
`gimp --console-messages`
- 启用调试信号处理程序:
`gimp --debug-handlers`