Search found 5 matches

by dreeh
2009-09-17T03:13:19-07:00
Forum: IMagick
Topic: Wand contains no images.... please help :)
Replies: 1
Views: 6652

Re: Wand contains no images.... please help :)

do you have found a solution?

i'm going into the same error.
by dreeh
2008-10-10T14:31:49-07:00
Forum: MagickWand for PHP
Topic: MagickSetImageType does not set the ImageType
Replies: 0
Views: 9104

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 dow...
by dreeh
2007-01-19T06:00:42-07:00
Forum: MagickWand for PHP
Topic: MagickWand with Linux
Replies: 3
Views: 16933

it works with PHP-5.0.4 on windows
by dreeh
2007-01-18T12:59:24-07:00
Forum: MagickWand for PHP
Topic: MagickWand with Linux
Replies: 3
Views: 16933

here the versions, i'm using.

imagemagick-6.3.1.7
php-5.1.6
magickwand-0.1.9

but i had the problems with 0.1.8 too.
by dreeh
2007-01-17T02:01:26-07:00
Forum: MagickWand for PHP
Topic: MagickWand with Linux
Replies: 3
Views: 16933

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...