Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasballinger/potrace-python
https://github.com/thomasballinger/potrace-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasballinger/potrace-python
- Owner: thomasballinger
- Created: 2012-07-21T21:46:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-10T15:18:57.000Z (over 12 years ago)
- Last Synced: 2024-10-10T19:11:16.614Z (4 months ago)
- Language: Python
- Size: 121 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Potrace in Python
-----------------Potrace is a c library is copyright Peter Selinger.
He has great docs here:* [method](http://potrace.sourceforge.net/potrace.pdf)
* [api](http://potrace.sourceforge.net/potracelib.pdf)http://img.photobucket.com/albums/v41/dracona/coolimage2.png
http://img.photobucket.com/albums/v41/dracona/coolimage.pngIncluded here is a snippet of his code which I've modified a bit - it's under
whatever his license was.Understanding the potrace algorithm as prep for https://github.com/dunvi/potrace-js