Search found 3 matches

by shockwave
2015-12-09T03:24:18-07:00
Forum: Users
Topic: SVG to JPG/PNG with ImageMagick PHP problem
Replies: 6
Views: 5118

Re: SVG to JPG/PNG with ImageMagick PHP problem

I get your same bad result using IM 6.9.2.7 Q16 Mac OSX with RSVG 2.40.2 and libpng 1.6.12_0. I am not an SVG expert. But you could try upgrading to the very latest of RSVG or install Inkscape and see what happens. Your SVG file displays fine in my browser, though. Perhaps one of the other IM users ...
by shockwave
2015-12-04T03:04:06-07:00
Forum: Users
Topic: SVG to JPG/PNG with ImageMagick PHP problem
Replies: 6
Views: 5118

Re: SVG to JPG/PNG with ImageMagick PHP problem

Hi fmw42 thanks for the reply! I have uploaded the svg on dropbox, here's the link: https://www.dropbox.com/s/9vpfwm0zmpaknzc/60749.svg?dl=0 And here's the information you asked me SVG renderer SVG SVG rw+ Scalable Vector Graphics (RSVG 2.36.1) System information Distributor ID: Debian Description ...
by shockwave
2015-12-03T07:00:12-07:00
Forum: Users
Topic: SVG to JPG/PNG with ImageMagick PHP problem
Replies: 6
Views: 5118

SVG to JPG/PNG with ImageMagick PHP problem

Hello, I'm using ImageMagick with PHP to convert some .svg files to png/jpg and I've a problem with some svgs Here's the file: https://mega.nz/#!xAdVhDLZ!GzBtP37PPAZfZOvJ2aMeBaa6y3B1vYxzRqa6R00ShUM And here's the result of convert file.svg file.png http://i.imgur.com/4QjWrzp.png Can someone help me ...