[Haskell] [ANNOUNCE] JuicyPixels 1.1 - image loading library (maintenance release)
Vincent Berthoux
vincent.berthoux at gmail.com
Tue Feb 7 19:06:27 CET 2012
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
More information about the Haskell
mailing list