Search found 4 matches

by bencrosthwaite
2011-10-28T05:20:10-07:00
Forum: Users
Topic: Convert SVG to JPG is generating blank image
Replies: 5
Views: 19817

Re: Convert SVG to JPG is generating blank image

OK, i have a new problem. I went through the process of installing the RSVG delegate. Now when i use the following command: convert -list format | grep SVG I get the following output MSVG SVG rw+ ImageMagick's own SVG internal renderer SVG SVG rw+ Scalable Vector Graphics (RSVG 2.34.1) SVGZ SVG rw ...
by bencrosthwaite
2011-10-28T03:21:20-07:00
Forum: Users
Topic: Convert SVG to JPG is generating blank image
Replies: 5
Views: 19817

Re: Convert SVG to JPG is generating blank image

Do you mean this line of code?

Code: Select all

<image x='-36.6' y='252.6' width='471' height='352' xlink:href='birthday-cake2.png' />
Its just a png image

Regards,
-Ben
by bencrosthwaite
2011-10-27T05:41:16-07:00
Forum: Users
Topic: Convert SVG to JPG is generating blank image
Replies: 5
Views: 19817

Re: Convert SVG to JPG is generating blank image

Thanks for your reply Anthony. I was able to convert the rose with no problems. I tried converting to a PNG but had the same problem as with JPGs. I read through the link you gave me. In the section "To find out what your IM will do use... " i used the command they used but i got a different output ...
by bencrosthwaite
2011-10-27T03:51:14-07:00
Forum: Users
Topic: Convert SVG to JPG is generating blank image
Replies: 5
Views: 19817

Convert SVG to JPG is generating blank image

Hello Everyone, This is my first time posting in this forum so i apologise if its in the wrong section. I am trying using imagemagic to convert some SVG images to JPG. I am doing this within a PHP page. The problem is that the generated JPG are blank. I am new to ImageMagick and not sure what my ...