Skip to content

Simple app that converts multiple SVG into PNG files // PNG files keep transparency intact

Notifications You must be signed in to change notification settings

a13xe/BatchSvg2Png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖼️ BatchSvg2Png

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.

🔨 Installation

✅ Step 1. Download and install:

GTK-for-Windows-Runtime-Environment-Installer

✅ Step 2. Install the required lib:

pip3 install -r requirements.txt

⚙️ Customizable options

Output image size:

outputImgWidth = 1024
outputImgHeight = 1024

P.S. Some of the test input images are generated by feather

About

Simple app that converts multiple SVG into PNG files // PNG files keep transparency intact

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages