Skip to content

A Python tool that converts raster images (PNG, JPG, etc.) to vector formats (SVG, AI). This tool uses the vtracer library for high-quality vector conversion and supports both SVG and Adobe Illustrator (AI) output formats.

Notifications You must be signed in to change notification settings

ayazmhmd/Image-to-Vector-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image to Vector Converter

Convert your raster images (PNG, JPG) to vector formats (SVG, AI) with ease.

Description

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.

Features

  • 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).

Dependencies

Before using the tool, ensure you have the following dependencies installed:

  • Python 3.6 or higher
  • Pillow >= 9.0.0
  • vtracer >= 0.3.0

Getting Started

1. Clone the repository

git clone https://github.com/yourusername/image-to-vector-converter.git
cd image-to-vector-converter
pip install -r requirements.txt
python main.py

About

A Python tool that converts raster images (PNG, JPG, etc.) to vector formats (SVG, AI). This tool uses the vtracer library for high-quality vector conversion and supports both SVG and Adobe Illustrator (AI) output formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages