tldr/pages/common/gimp.md

30 lines
586 B
Markdown
Raw Normal View History

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