[ANNOUNCE] JuicyPixels 1.1 - image loading library (maintenance release)

Hello list, This is a maintenance release without new functionality, the central change is the switch from Haskell Array to Data.Vector (to ease it's use for OpenGL texture loading). Juicy.Pixels 1.1 change log : - Fixing automatic bitmap decoding, the decodeImage function wasn't trying to decode bitmap - Converting Haskell array types to Data.Vector (thanks to Jason Dagit) - Some tiny documentation enhancement Hackage : http://hackage.haskell.org/package/JuicyPixels GitHub : https://github.com/Twinside/Juicy.Pixels Thanks Vincent Berthoux

Hi list, I'm pleased to announce JuicyPixels v1.2, the major feature of the version is the Jpeg writing part. Juicy.Pixels 1.2 change log : - Catching IO exceptions for the read* functions, and embedding them in EIther (thanks to Clark Gaebel). - Adding support for transparent pixel and alpha plane dropping. - Adding utility function to map over the pixels (pixelMap). - Adding utility function to generate an image from a function. - Added function to extract a color component of an image. - Jpeg file writing (obviously) Hackage : http://hackage.haskell.org/package/JuicyPixels GitHub : https://github.com/Twinside/Juicy.Pixels Thanks Vincent Berthoux
participants (1)
-
Vincent Berthoux