Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ImageMagick convert svg to png

Tags:

imagemagick

So i use this command to convert an svg file to png :

convert ss.svg ss.png

But the output is a bit weird : converted svg

As you can see, xaxis and yaxis labels are on the top. Please help me output this image properly.

like image 368
r2b2 Avatar asked Nov 14 '22 22:11

r2b2


1 Answers

I've tried the same and it seems to work, try to use my ImageMagick version: enter image description here My settings:

  1. Windows 7 (x86)
  2. ImageMagick version

c:\workspace2\01nerva\bin\client>convert.exe -version Version: ImageMagick 6.7.5-4 2012-02-06 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC

like image 139
Daniel Peñalba Avatar answered Jan 25 '23 04:01

Daniel Peñalba