Convert SVG file to multiple different size PNG files

后端 未结 7 1036
轻奢々
轻奢々 2021-01-30 09:10

I have a logo image in SVG format and I am wondering if theres a way to generate multiple different sized png files.

Eg, I set 20 different width and height and it gener

7条回答
  •  感情败类
    2021-01-30 09:54

    I created a tool to do exactly that. You can define which output sizes you want, and their folder structure. So it's as easy as just running it on your folder with svg files, and then png files are added to your project in correct folders.

    https://github.com/Inrego/SvgToPng

    I hope it's helpful.

提交回复
热议问题