gimp
GNU image manipulation program. See also: krita. More information: <https://docs.gimp.org/en/gimp-fire-up.html#gimp-concepts-running-command-line>.
Install
- All systems
-
curl cmd.cat/gimp.sh
- Debian
-
apt-get install gimp - Ubuntu
-
apt-get install gimp -
Alpine
-
apk add gimp - Arch Linux
-
pacman -S gimp - Kali Linux
-
apt-get install gimp - CentOS
-
yum install gimp - Fedora
-
dnf install gimp - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install gimp - Raspbian
-
apt-get install gimp - Docker
-
docker run cmd.cat/gimp gimppowered by Commando
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 -
Open specific files:
gimp path/to/image1 path/to/image2 ... -
Open specific files in a new window:
gimp --new-instance path/to/image1 path/to/image2 ... -
Start without a splash screen:
gimp --no-splash -
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
© tl;dr; authors and contributors