I want to convert SVG images to PNG files with transparent background and anti-aliased edges (using semi-transparent pixels). Unfortunately I can\'t get ImageMagick to do th
For me that works for svg to png:
convert ${src} -transparent white -background none -resize 345x345 res/drawable-xxxhdpi/${dest}