Convert your raster images (PNG, JPG) to vector formats (SVG, AI) with ease.
This Python tool converts raster images to vector formats (SVG, AI) using vtracer
for high-quality conversions. It provides an easy and customizable way to vectorize images, maintaining excellent details and control over the final result.
- Converts raster images (PNG, JPG) into vector formats (SVG, AI).
- Customization options like color modes, layer separation, and curve optimization.
- Supports both binary and color vectorization.
- Offers flexible output control (SVG and AI).
Before using the tool, ensure you have the following dependencies installed:
- Python 3.6 or higher
- Pillow >= 9.0.0
- vtracer >= 0.3.0
git clone https://github.com/yourusername/image-to-vector-converter.git
cd image-to-vector-converter
pip install -r requirements.txt
python main.py