Skip to content

avanlau/Potrace-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rewrite UI section of Vectorization, the C# implement of Potrace by Wolfgang Nagl & Peter Selinger

C version (official version) Potrace can only convert image from bmp (or other bitmap format) to eps.

Vectorization is a application that converts images to SVG.

However, when reading its source code and trying to extract some functions for use, I find it very confusing to understand the UI section (written with winform).

So I rewrite the UI section with WPF. I will be very happy if these changes can be included in the source code by the original author.

I try to use simpler and clearer code, but there may be some bugs.

About

Rewrite UI section of Vectorization, the C# implement of Potrace by Wolfgang Nagl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages