Changelog for
ghc-JuicyPixels-devel-3.2.8.2-2.3.x86_64.rpm :
Mon Jun 19 14:00:00 2017 psimonsAATTsuse.com
- Update to version 3.2.8.2.
Tue Mar 14 13:00:00 2017 psimonsAATTsuse.com
- Update to version 3.2.8.1 with cabal2obs.
Sun Jan 8 13:00:00 2017 psimonsAATTsuse.com
- Update to version 3.2.8 revision 1 with cabal2obs.
Thu Sep 15 14:00:00 2016 psimonsAATTsuse.com
- Update to version 3.2.8 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 3.2.7.2 revision 0 with cabal2obs.
Thu Jun 30 14:00:00 2016 mimi.vxAATTgmail.com
- update to 3.2.7.2
* Fix: no more libjpeg warning when decoding Juicy.Pixels encoded images.
Sun Jun 5 14:00:00 2016 mimi.vxAATTgmail.com
- update to 3.2.7.1
* Fix: some wrongly infinitely looping JPEG decoding
Tue Jan 26 13:00:00 2016 mimi.vxAATTgmail.com
- update to 3.2.7
* Addition: convertRGB8 and convertRGBA8 helper functions
* Addition: new output colorspace for JPEG format: Y, RGB & CMYK
* Addition: RGBA8 bitmap reading (thanks to mtolly)
* Enhancement: Optimized JPG & Tiff reading (thanks to Calvin Beck)
* Enhancement: INLINE SPECIALIZE for pixelMap (Pixel8 -> Pixel8) (thx to Calvin Beck)
* Fix: GHC 8.0 compilation (thanks to phadej)
Mon Dec 7 13:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.6.4
* Fix: Fixing unwanted sharing with createMutableImage due to
wrongly used INLINE pragma
Wed Nov 4 13:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.6.2
* Fix: Using minimal GIF version if outputing a single image.
Mon Aug 31 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.6.1
* Fix: handling of negative height & width in bitmap format
* Fix: regression on Tiff parsing.
Sun Aug 23 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.6
* Added: imageToTga saving helper function.
* Fix: don\'t invert TGA alpha channel.
* Fix: various typo in documentation.
Mon Jul 27 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.5.3
* Fix: bumping vector upper bounds.
Mon Jun 8 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.5.2
* Adding: Width & Height metdata to help querying image information without
decompressing the whole.
* Adding: Source format metadata.
Sun May 31 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.5.1
* Fixing: utf-8 encoding of Jpg/Types causing problems with Haddock.
* Adding: Metadata extraction for various file format.
* Adding: Metadata writing for various file format.
* Adding: light EXIF mapping.
* Fix: handling of Tiff with predictors (thanks to Patrick Pelletier)
Mon Apr 27 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.4
* Adding: Traversals compatible with the lens library.
Wed Apr 22 14:00:00 2015 mimi.vxAATTgmail.com
- update to 3.2.3.1
* Fix: BMP output generated wrong size (thanks to mtolly).
* Adding: Support for RGB in jpeg (yeah, that exist...)
* Adding: Support of CMYK & YCrCbK color space in jpeg files.
* Addinng: a pixelFoldMap functions analog to the `foldMap` function
of the Foldable type class.
* Fix: better performances for the pixelFold
* functions
Sun Feb 1 13:00:00 2015 mimi.vxAATTgmail.com
- initial commit of JuicyPixels lib