Skip to content

WilliamTuominiemi/raster-to-vector-graphics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raster to vector graphics

  • Convert JPEG or PNG images to SVG format.
  • Detect and trace contours in the raster image.
  • Output SVG files with paths representing the detected contours.

Prerequisites

  • Pillow, NumPy, OpenCV
    • pip install pillow numpy opencv-python

Example

raster

vector

About

Convert JPEG or PNG images to SVG format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages