potrace-diagrams: Potrace bindings for the diagrams library

[ gpl, graphics, library ] [ Propose Tags ]

Potrace bindings for the diagrams library. Converts images using the JuicyPixels library to create diagrams paths.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.7 && <5), diagrams-lib (>=1.3 && <1.5), JuicyPixels, potrace (>=0.1 && <0.2) [details]
License GPL-2.0-only
Copyright (c) 2015. Christopher Chalmers <c.chalmers@me.com>
Author Christopher Chalmers
Maintainer c.chalmers@me.com
Revised Revision 1 made by cchalmers at 2017-06-28T19:37:39Z
Category Graphics
Home page http://projects.haskell.org/diagrams/
Bug tracker http://github.com/cchalmers/potrace/issues
Source repo head: git clone git://github.com/diagrams/potrace-diagrams.git
Uploaded by cchalmers at 2015-06-10T12:44:19Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1200 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for potrace-diagrams-0.1.0.0

[back to package description]

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.