Popularity
7.4
Declining
Activity
0.0
Stable
3
15
1

Monthly Downloads: 9
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags: Graphics     Potrace    
Latest version: v0.1

potrace-diagrams alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view potrace-diagrams alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of potrace-diagrams or a related project?

Add another 'Graphics' Package

README

potrace-diagrams

Hackage

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.