This program parses SVG files and converts them to PNG files.
It is a quick and easy way to create high-quality (supports any custom size
) raster images from vector graphics.
It is also capable of handling multiple SVG
files at once, making it a great tool for batch processing.
✅ Step 1.
Download and install:
GTK-for-Windows-Runtime-Environment-Installer
✅ Step 2.
Install the required lib:
pip3 install -r requirements.txt
Output image size:
outputImgWidth = 1024
outputImgHeight = 1024
P.S. Some of the test input images are generated by feather