do you have found a solution?
i'm going into the same error.
Search found 5 matches
- 2009-09-17T03:13:19-07:00
- Forum: IMagick
- Topic: Wand contains no images.... please help :)
- Replies: 1
- Views: 6872
- 2008-10-10T14:31:49-07:00
- Forum: MagickWand for PHP
- Topic: MagickSetImageType does not set the ImageType
- Replies: 0
- Views: 10011
MagickSetImageType does not set the ImageType
i've a png with transparency. in my script, i'm using MagickTransformImage and next 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 ...
- 2007-01-19T06:00:42-07:00
- Forum: MagickWand for PHP
- Topic: MagickWand with Linux
- Replies: 3
- Views: 17402
- 2007-01-18T12:59:24-07:00
- Forum: MagickWand for PHP
- Topic: MagickWand with Linux
- Replies: 3
- Views: 17402
- 2007-01-17T02:01:26-07:00
- Forum: MagickWand for PHP
- Topic: MagickWand with Linux
- Replies: 3
- Views: 17402
MagickWand with Linux
i have a problem with magickwand with linux. all installation things are done and the php extension is working (phpinfo() tells me the details). some functions are working. but the function MagickTransformImage is corrupt. it brings me an boolean return value instead of the magickwand-object. in the ...