"Solus Lupus" said: I LOVE the command line...But....How....Do you edit images with a command line? I am at a loss, wouldn't they usually look like crap? convert picture.jpg -blur 0x2 -raise 5x5 pict.png This would add a 5x5 bevel and a slight blur, whilst also changing the image from JPEG to PNG. There are about 250 operations available from drawing and modifying images. Typical usage is something likemogrify *.png -resize 50% -trim to batch shrink and crop all PNG files in the current directory.
|