how to "shave" a group of graphics
how to "shave" a group of graphics
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?
I would use -crop : http://www.imagemagick.org/script/comma ... s.php#crop
Untested code
Code: Select all
-crop 250x350 +0+0
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
remove the space between the numbers
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/