gimp: add page (#5399)

add-set-more-info-link.py
marchersimon 2021-03-11 13:40:06 +01:00 committed by GitHub
parent 383bdc680e
commit 2c0be24347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/common/gimp.md Normal file
View File

@ -0,0 +1,28 @@
# gimp
> An image manipulation and paint program.
> More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
- Launch GIMP:
`gimp`
- Launch but don't show the splash screen:
`gimp --no-splash`
- Start a new instance, even if there is already a running one:
`gimp --new-instance`
- Open the given file as new image:
`gimp --as-new {{path/to/image}}`
- 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`