Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 822 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 822 Bytes

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.