Wednesday, June 11, 2014

Reduce the size of an image.

identify name1.file name2.file  #.... (This will give the details of files.)
convert in.file -resize n out.file # (converts infile to outfile of size n x n+dn )