Search found 2 matches

by stoopkid1
2013-01-23T17:35:46-07:00
Forum: Developers
Topic: convert -resize not working properly
Replies: 3
Views: 14782

Re: convert -resize not working properly

If you want exactly 1710x2200, you need an exclamation mark. I use Windows, so the exclamation mark need to be escaped with a caret: convert c:\test\hpaa.jpeg -resize "1710x2200^!" c:\test\hpaa1.jpeg I'm on Windows as well snibgo. Thanks very much for both of your insights on my issue. I figured it ...
by stoopkid1
2013-01-23T14:33:27-07:00
Forum: Developers
Topic: convert -resize not working properly
Replies: 3
Views: 14782

convert -resize not working properly

hi all, i'm new to the board and absolutely love the command line ability with this software. i'm working with PHP and utilizing it's exec('') functionality. all i'm trying to do is resize an image, but i don't believe it's working properly. my original image is 1024x1026, and i am trying to resize ...