potrace: Trace bitmap images to paths using potrace

[ gpl, graphics, library ] [ Propose Tags ]

Trace bitmap images to paths using the potrace library. Helpers for generating bitmap images from functions or JuicyPixel images.

See potrace-diagrams for an implimentation for the diagrams library.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Dependencies base (>=4.6 && <5), bindings-potrace (>=0.1 && <0.2), bytestring, containers, data-default, JuicyPixels, vector [details]
License GPL-2.0-only
Copyright Copyright (C) 2015 Christopher Chalmers
Author Christopher Chalmers
Maintainer c.chalmers@me.com
Category Graphics
Uploaded by cchalmers at 2015-06-10T12:24:41Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1101 total (11 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-0.1.0.0

[back to package description]

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.