Page 1 of 1

MagickSetImageType does not set the ImageType

Posted: 2008-10-10T14:31:49-07:00
by dreeh
i've a png with transparency.

in my script, i'm using MagickTransformImage and next

Code: Select all

MagickSetImageType($obj, 5);
but if i check the imagetype again, it's still 7.

where is the problem? has anyone an idea?


environment:
linux, imagemagick-6.4.3.5, magickwand-1.0.7, php-5.2.6 (all self compiled, no downloaded binaries)