SVG convert, text size and images href

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
jbenezech

SVG convert, text size and images href

Post by jbenezech »

Hi,
I run into two different problems trying to convert an svg to jpg:
1) The text size becomes very big once converted
2) The images do not show up in the converted jpg

Please have a look at the testfiles:
http: // soklimtours. com/testjerome/test.svg
http: // soklimtours. com/testjerome/test.jpg

Any help appreciated.
Regards,
Jerome
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: SVG convert, text size and images href

Post by magick »

Are you running under Windows or Linux? If Linux, make sure you have librsvg and its development RPM's installed. Next download the latest ImageMagick release, 6.5.5-0, and build and install. Try converting your SVG script now and see if you get proper results.
jbenezech

Re: SVG convert, text size and images href

Post by jbenezech »

Hi,
Sorry, forgot to specify.
I'm on XP SP2, running latest build 6.5.5 Q16

Cheers,
Jerome
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: SVG convert, text size and images href

Post by magick »

You are using the ImageMagick internal SVG renderer which is still incomplete. We do not have an ETA when it will be improved to render your image properly.
jbenezech

Re: SVG convert, text size and images href

Post by jbenezech »

Thanks for the quick reply. Any suggestion on how to achieve the conversion ?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: SVG convert, text size and images href

Post by magick »

Certainly running ImageMagick under Linux will solve the problem. Otherwise you will need some other product. We do not have any recommendations.
Post Reply