Search found 2 matches

by paulwb
2011-07-29T22:59:33-07:00
Forum: Users
Topic: ImageMagick 6.2.4 and geometry 200x150^
Replies: 2
Views: 5524

Re: ImageMagick 6.2.4 and geometry 200x150^

Thanks, that explains it. So I will check the orientation before and adjusting the command then.
by paulwb
2011-07-29T13:12:06-07:00
Forum: Users
Topic: ImageMagick 6.2.4 and geometry 200x150^
Replies: 2
Views: 5524

ImageMagick 6.2.4 and geometry 200x150^

Hi, I have problems with an ImageMagick 6.2.4 installation on a server. I try to execute a command (via php, which works locally), and the decisive part seems to be the "^" in the geometry statement: convert -resize 200x150^ ... Is this supported by ImageMagick 6.2.4? If not, is there a workaround ...