@hackage / potrace-diagrams

Potrace bindings for the diagrams library

Latest0.1.0.0

About

Metadata

  • Last updated , by cchalmers
  • License GPL-2.0-only
  • Categories Graphics
  • Maintained by: c.chalmers@me.com

  • Lottery factor: 0

Links

Installation

Readme

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.