@hackage potrace-diagrams0.1.0.0

Potrace bindings for the diagrams library

potrace-diagrams

Convert bitmap images to diagrams using potrace. Containers helpers for converting JuicyPixel images to bitmaps.

Installing

To install bindings-potrace you'll need to install the potrace-library. This should be in your systems package manager.

mac installation

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.