Converting SVG to png (with alpha channel)

Recently discovered this while creating some web graphics in inkscape:

http://studio.imagemagick.org/pipermail/magick-users/2007-August/020001.html

convert -density 100 -background None [filename].svg -compress none -depth 16 [filename].png

Really quite handy seeing as my version of inkscape loses the alpha channel when exporting.

Comments (1)

JasperJuly 12th, 2010 at 1:09 pm

Excellent exactly what i was looking for. Was mucking about with -alpha pointlessly..

Leave a comment

Your comment