Skip to content

Transform a bitmap into a smooth, scalable vector image.

License

Notifications You must be signed in to change notification settings

pcolton/potrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Potrace

This is a Swift 5.0 compatible port of the JavaScript port of Potrace. Potrace allows you to transform a bitmap into a smooth, scalable vector image.

It includes a getBezierPath() function that returns a UIBezierPath for easy rendering on iOS (see included demo app).

func getBezierPath(scale size: Double = 1.0) -> UIBezierPath

screenshot

Licensed under GPL v2. Ditsributed without any waranty.

About

Transform a bitmap into a smooth, scalable vector image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages