@hackage potrace0.1.0.0
Trace bitmap images to paths using potrace
Categories
License
GPL-2.0-only
Maintainer
c.chalmers@me.com
Links
- Documentation
- No source repository
- Security
Versions
- 0.1.0.0 Wed, 10 Jun 2015
Installation
Dependencies (7)
- JuicyPixels
- base >=4.6 && <5
- bindings-potrace >=0.1 && <0.2
- bytestring
- containers
- data-default Show all…
Dependents (1)
@hackage/potrace-diagrams
potrace
Mid-level bindings to the potrace library tracing a bitmap image to vector paths. Contains helpers for converting JuicyPixel images to bitmaps.
Uses bindings-potrace which is not yet on Hackage.
See potrace-diagrams for creating diagrams from bitmap images.
potrace-bindings installation
mac
With homebrew:
brew install potrace
cabal may complain about not finding the potrace library. In which can
you can add the --extra-lib-dirs=/usr/local/lib --extra-include-dirs=/usr/local/include flags when cabal installing.