Convert and process images from the command line with filters and effects.
Image processing and conversion from the terminal
imagineer$ imagineer resize input.jpg 800x600 output.jpg$ imagineer convert photo.jpg photo.png$ imagineer compress original.png -q 85 compressed.png$ imagineer filter input.jpg -type blur -amount 5 output.jpg$ imagineer batch *.jpg -resize 400x400 -output resized/