tldr/pages/common/gimp.md

30 lines
582 B
Markdown
Raw Normal View History

2021-03-11 12:40:06 +00:00
# gimp
2021-03-25 13:35:39 +00:00
> GNU image manipulation program.
> See also: `krita`.
2021-03-11 12:40:06 +00:00
> More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
- Start GIMP:
2021-03-11 12:40:06 +00:00
`gimp`
- Start without the splash screen:
2021-03-11 12:40:06 +00:00
`gimp --no-splash`
- Open the specified files:
2021-03-11 12:40:06 +00:00
`gimp {{path/to/image1 path/to/image2 ...}}`
2021-03-11 12:40:06 +00:00
- Start the new instance, even if there is already a running one:
2021-03-11 12:40:06 +00:00
`gimp --new-instance`
2021-03-11 12:40:06 +00:00
2021-03-25 13:35:39 +00:00
- Print errors and warnings to the console instead of showing them in a dialog box:
2021-03-11 12:40:06 +00:00
`gimp --console-messages`
- Enable debugging signal handlers:
`gimp --debug-handlers`