This application converts raster images to SVG format, allows for basic styling of the resulting SVGs, and can create Icon sheets using single SVG Icons.
- Clone the repository
- Run "install.bat" file It will create a virtual environment and install dependencies.
- After the installation, run the "start-app.bat" file
Potrace (https://potrace.sourceforge.net/)
Python
SVG Maker:
- Run the application
- Upload one or more image files.
- Adjust the stroke width, fill color, stroke color, and opacity as desired.
- Set the desired output size.
- Specify the output directory where you want the SVG files to be saved.
- Click "Vectorize" to convert the images to SVG format.
- The SVG files will be saved in the specified output directory, and you can also download them directly from the interface.
Icon Sheet:
- Upload SVG icons.
- Select the number of columns, padding, background color, and sheet width.
- Specify if you want a transparent background.
- Click "Generate Icon Sheet".
The application generates a log file (svgmaker.log
) in the project directory. This file contains important information about the app's operation, including any errors that occur. If you encounter issues, please check this log file for more details.
Apache-2.0 license