Readme for hsmagick-0.1

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.1.10. 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/www/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 me at: chevalier@alum.wellesley.edu 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