1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gimp.md
Emily Grace Seville 0b9fb57b0d
gimp: refresh (#7896)
* Add link to `krita`

* Sync format with `krita` page:
- fix descriptions
- fix placeholders

* Fix description syntax and remove ".ext"

* Simplify placeholders
2022-03-19 09:46:25 +10:00

29 lines
582 B
Markdown

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