×
Inicio Aleatorio

How to convert a SVG to a PNG with ImageMagick?

Sección: Programación

Creado: 25-04-24 (Actualizado: 24-02-22)

I have a SVG file that has a defined size of 16x16. When I use ImageMagick's convert program to convert it into a PNG, then I get a 16x16 pixel PNG which is way too small:

convert test.svg test.pn...

https://stackoverflow.com/questions/9853325/how-to-convert-a-svg-to-a-png-with-image-magick#14174624

Siguiente Enlace