
Hello Haskellers, I am currently taking over the maintainership of hsmagick, a FFI bindings library to ImageMagick. Therefore, I am pleased to announce the 0.5 release of hsmagick. http://hackage.haskell.org/package/hsmagick Major changes: ------ * imageToBlob and blobToImage functions using ByteStrings * Use of ForeignPtr instead of Ptr as memory references representation. Thanks to Steffen Siering patches, the internal representation has been changed from Ptr to ForeignPtr. The finalization of ForeignPtr should resolve space leaks issues. * destroyImage function is exposed, to release the memory immediately. * hsmagick builds with GHC 7 The source repository is now hosted on github https://github.com/vincentg/hsmagick Please, do not hesitate to contact me by email or with github for any questions, requests, bugs, patches, anything about hsmagick. Cheers, Vincent Gerard (Please make sure not to reply to haskell@haskell.org.)