Return to Snippet

Revision: 56253
at March 17, 2012 20:28 by artaserse


Initial Code
/usr/bin/convert -verbose "/home/artaserse/img.png" -resize 190x150^ -gravity center -extent 190x150  "/home/artaserse/img_cropped.png"

Initial URL


Initial Description
simple command that resize and crop, if necessary, an image, centering the image.

Initial Title
ImageMagick Crop & Resize images

Initial Tags
resize, convert

Initial Language
Bash