hsmagick alternatives and similar packages
Based on the "Graphics" category.
Alternatively, view hsmagick alternatives based on common mentions on social networks and blogs.
-
Gifcurry
๐ The open-source, Haskell-built video editor for GIF makers. -
reanimate
Haskell library for building declarative animations based on SVG graphics -
implicit
A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation... -
threepenny-gui
GUI framework that uses the web browser as a display. -
diagrams
Embedded domain-specific language for declarative vector graphics (wrapper package) -
GPipe
Core library of new GPipe, encapsulating OpenGl and providing a type safe minimal library -
luminance
Type-safe, type-level and stateless Haskell graphics framework -
log-warper
Logging library to provide more convenient, extremely configurable but simple monadic interface with pretty output -
timeplot
Analyst's swiss army knife for visualizing data from ad-hoc log files -
processing-for-haskell
Graphics for kids and artists. Processing implemented in Haskell -
GLUtil
Utility functions for working with OpenGL BufferObjects, GLSL shaders, and textures. -
graphics-drawingcombinators
Combinators for drawing 2D shapes and images in Haskell (using OpenGL)
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of hsmagick or a related project?
README
This is an incomplete set of FFI bindings for the GraphicsMagick library. You will need to install GraphicsMagick first -- see:
http://www.graphicsmagick.org/
I have tested these bindings with GraphicsMagick 1.2, which is available as a "snapshot" from the above URL. The library will not build with GraphicsMagick 1.1.10 or 1.1.11 (the most recent released version as of this writing). If it's important to you to be able to use this library with a stable released version of GraphicsMagick, let me know.
The Haddock documentation only includes type signatures so far, and that's not good enough. However, the API calls should mostly map onto those documented at:
http://www.graphicsmagick.org/api/api.html
Tests can be found in: Graphics.Transform.Magick.Test However, right now all tests are commented out since I didn't have time to change them to use non-hard-wired file names. I hope it should be obvious what my intentions were. A less ad hoc test framework would be better yet.
Please submit bug reports, questions, feedback, complaints, praise, and especially patches (including documentation patches) to the maintainer at:
vincent_AT_xenbox.fr
I did a lot of this work during the second Haskell Hackathon (Hac II '07) in Freiburg in September 2007. I'd like to thank all the attendees at Hac II for their moral support, particularly Duncan Coutts for help with the FFI, as well as: Mark Jones, the members of the Portland Functional Programming Study Group, and David MacIver, for their encouragement.
-- Tim Chevalier Portland, Oregon April 6, 2008
=== Contributors ===
Thanks to "nonowarn", "Steffen Siering", "ricree", "nek0", "Sean Hess" for contributing patches.
Installation
This package requires graphicsmagic, lcms, jasper, and libwmf
OSX Installation instructions (tested on 10.10)
brew install GraphicsMagick lcms jasper libwmf
cabal install hsmagick