Skip to content

GIMP Tutorial

Learn how to use CLI-Anything with GIMP (GNU Image Manipulation Program).

Terminal window
pip install cli-anything-hub
cli-hub install gimp
Terminal window
gimp-cli file open photo.jpg
Terminal window
gimp-cli image resize --width 800 --height 600
Terminal window
gimp-cli file save output.jpg
Terminal window
gimp-cli batch process *.jpg --resize 800x600 --output ./processed/
Terminal window
gimp-cli filter apply --name "Gaussian Blur" --radius 5
CommandDescription
file openOpen an image file
file saveSave current image
image resizeResize image
image cropCrop image
filter applyApply a filter
colorAdjust colors