diff --git a/pages/common/gimp.md b/pages/common/gimp.md index db07959d8..c2b739b4a 100644 --- a/pages/common/gimp.md +++ b/pages/common/gimp.md @@ -1,24 +1,25 @@ # gimp > GNU image manipulation program. +> See also: `krita`. > More information: . -- Launch GIMP: +- Start GIMP: `gimp` -- Launch GIMP without showing the splash screen: +- Start without the splash screen: `gimp --no-splash` -- Start a new GIMP instance, even if there is already a running one: +- 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` -- Open the given file as a 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`