Forrest logo
back to context overview

gimp

List of commands for gimp:

  • gimp:tldr:089cc gimp: Enable debugging signal handlers.
    $ gimp --debug-handlers
    try on your machine
    explain this command
  • gimp:tldr:2b25b gimp: Print errors and warnings to the console instead of showing them in a dialog box.
    $ gimp --console-messages
    try on your machine
    explain this command
  • gimp:tldr:6b9c4 gimp: Start without a splash screen.
    $ gimp --no-splash
    try on your machine
    explain this command
  • gimp:tldr:ab467 gimp: Open specific files.
    $ gimp ${path-to-image1 path-to-image2 ---}
    try on your machine
    explain this command
  • gimp:tldr:ec867 gimp: Open specific files in a new window.
    $ gimp --new-instance ${path-to-image1 path-to-image2 ---}
    try on your machine
    explain this command
  • gimp:tldr:fc56c gimp: Start GIMP.
    $ gimp
    try on your machine
    explain this command
back to context overview