Page 1 of 1

how to "shave" a group of graphics

Posted: 2007-01-10T09:44:21-07:00
by Arlene
I have a bunch of jpgs, tifs and gifs that all need to be 250x350 pixels. I am coding in a dos command line on a windows 2000 server. I am using -scale 250x to get the correct width so how do I arbitrary put a value in the shave command to cut the bottom of the graphic off after it reaches 350 pixels?

Posted: 2007-01-10T14:29:38-07:00
by Bonzo
I would use -crop : http://www.imagemagick.org/script/comma ... s.php#crop

Code: Select all

-crop 250x350 +0+0
Untested code :?

Posted: 2007-01-11T22:03:11-07:00
by anthony
remove the space between the numbers