Skip to content

convert bitmaps to vector graphics, and keep pixel style.

License

Notifications You must be signed in to change notification settings

YJBeetle/pic2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pic2svg

What can this program do?

This program can convert bitmaps to vector graphics, and keep pixel style.

Convert looks like this:

img

How to build

  • MacOS:
    brew install opencv
    brew link opencv
    
git clone https://github.com/YJBeetle/pic2svg.git
cd pic2svg
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=RELEASE ../
make

Run

./pic2svg example/test.png -c 10

About

convert bitmaps to vector graphics, and keep pixel style.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published