2021-03-11 12:40:06 +00:00
|
|
|
# gimp
|
|
|
|
|
2021-03-25 13:35:39 +00:00
|
|
|
> GNU image manipulation program.
|
2021-03-11 12:40:06 +00:00
|
|
|
> More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
|
|
|
|
|
|
|
|
- Launch GIMP:
|
|
|
|
|
|
|
|
`gimp`
|
|
|
|
|
2021-03-25 13:35:39 +00:00
|
|
|
- Launch GIMP without showing the splash screen:
|
2021-03-11 12:40:06 +00:00
|
|
|
|
|
|
|
`gimp --no-splash`
|
|
|
|
|
2021-03-25 13:35:39 +00:00
|
|
|
- Start a new GIMP instance, even if there is already a running one:
|
2021-03-11 12:40:06 +00:00
|
|
|
|
|
|
|
`gimp --new-instance`
|
|
|
|
|
2021-03-25 13:35:39 +00:00
|
|
|
- Open the given file as a new image:
|
2021-03-11 12:40:06 +00:00
|
|
|
|
|
|
|
`gimp --as-new {{path/to/image}}`
|
|
|
|
|
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`
|