Posted: 2006-03-19T22:23:03-07:00
You mogrify with a format change.
Note only one '!' is needed anywhere not in the middle of a number in the argument.. Change -resize to thumbnail to also strip profiles from the JPG image.
See thumbnailing...
http://www.cit.gu.edu.au/~anthony/graph ... /#creation
Code: Select all
mogrify -format gif -resize 71x71! -border 1 -bordercolor #000000 *.jpg
See thumbnailing...
http://www.cit.gu.edu.au/~anthony/graph ... /#creation