Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PowerflasherBR/as3potrace
POTrace implementation in AS3
https://github.com/PowerflasherBR/as3potrace
Last synced: about 2 months ago
JSON representation
POTrace implementation in AS3
- Host: GitHub
- URL: https://github.com/PowerflasherBR/as3potrace
- Owner: PowerflasherBR
- License: other
- Created: 2011-04-20T21:50:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-21T16:40:29.000Z (over 13 years ago)
- Last Synced: 2024-08-03T05:02:10.689Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 3.09 MB
- Stars: 62
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - as3potrace - POTrace implementation in AS3, to trace bitmap images to vector. (Multimedia / Image)
README
as3potrace is an Actionscript 3 library to trace bitmaps.
It is a port of the well known C library [potrace](http://potrace.sourceforge.net/ "potrace") by Peter Selinger. To be more exact, it is a AS3 port of [Vectorization](http://www.drawing3d.de/Downloads.aspx "Vectorization"), a C# port of potrace 1.8 by Wolfgang Nagl.
For more info, please see my [blog post on as3potrace](http://wahlers.com.br/claus/blog/as3-bitmap-tracer-vectorizer-as3potrace/ "blog post on as3potrace").
as3potrace is licensed under the GPL (see LICENSE for more info).