ImageMagick 6.2.4 and geometry 200x150^
Posted: 2011-07-29T13:12:06-07:00
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?
For debugging purposes I tried to compile 6.2.4 (Linux), but I got following error running make after configure:
Magick++/lib/Geometry.cpp: In member function 'const Magick::Geometry& Magick::Geometry::operator=(const std::string&)':
Magick++/lib/Geometry.cpp:191:32: error: 'strcpy' was not declared in this scope
make: *** [Magick++/lib/Geometry.lo] Error 1
Thanks
Paul.
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?
For debugging purposes I tried to compile 6.2.4 (Linux), but I got following error running make after configure:
Magick++/lib/Geometry.cpp: In member function 'const Magick::Geometry& Magick::Geometry::operator=(const std::string&)':
Magick++/lib/Geometry.cpp:191:32: error: 'strcpy' was not declared in this scope
make: *** [Magick++/lib/Geometry.lo] Error 1
Thanks
Paul.