tldr/pages/common/gimp.md

30 lines
586 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`
2022-05-16 13:38:04 +01:00
- Open specific files:
2021-03-11 12:40:06 +00:00
2022-05-16 13:38:04 +01:00
`gimp {{path/to/image1 path/to/image2 ...}}`
2021-03-11 12:40:06 +00:00
2022-05-16 13:38:04 +01:00
- Open specific files in a new window:
2021-03-11 12:40:06 +00:00
2022-05-16 13:38:04 +01:00
`gimp --new-instance {{path/to/image1 path/to/image2 ...}}`
2021-03-11 12:40:06 +00:00
2022-05-16 13:38:04 +01:00
- Start without a splash screen:
2021-03-11 12:40:06 +00:00
2022-05-16 13:38:04 +01:00
`gimp --no-splash`
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`