Search found 2 matches

by Cybert99
2012-05-25T12:45:35-07:00
Forum: Users
Topic: Command line -scale and -resize not working
Replies: 2
Views: 5292

Re: Command line -scale and -resize not working

I added a "!" using the "-resize" command and it looks like it's working now...
by Cybert99
2012-05-25T12:11:37-07:00
Forum: Users
Topic: Command line -scale and -resize not working
Replies: 2
Views: 5292

Command line -scale and -resize not working

I'm passing the following to ImageMagick through Excel (VBA): convert.exe filename.jpg -clip 440x236+535+304 -scale 216x116 newname.png The resulting image is supposed to be 216x116 but instead it's 155x116. What am I doing wrong? NOTE: I was initially clipping an image size of 440x210 and "-scale ...