Search found 1 match

by Jedateach
2012-08-05T13:53:09-07:00
Forum: MagickWand for PHP
Topic: SVG has white background instead of transparent
Replies: 0
Views: 116449

SVG has white background instead of transparent

I'm getting a white background whenever I convert svg to png using php magickwand. Is this a bug?

php magickwand version: 1.0.8
ImageMagick version: 6.7.8-3


$wand = NewMagickWand();
$transparentColor = NewPixelWand();
MagickReadImage($wand,"RAID_5.svg");
PixelSetColor($transparentColor ...