ghc-JuicyPixels/ghc-JuicyPixels.changes
Peter Trommler 8807a9a454 Accepting request 304581 from devel:languages:haskell:lts
- update to 3.2.4
* Adding: Traversals compatible with the lens library.

- 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

OBS-URL: https://build.opensuse.org/request/show/304581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=2
2015-05-04 06:28:16 +00:00

22 lines
817 B
Plaintext

-------------------------------------------------------------------
Mon Apr 27 08:24:30 UTC 2015 - mimi.vx@gmail.com
- update to 3.2.4
* Adding: Traversals compatible with the lens library.
-------------------------------------------------------------------
Wed Apr 22 08:38:09 UTC 2015 - mimi.vx@gmail.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 20:12:49 UTC 2015 - mimi.vx@gmail.com
- initial commit of JuicyPixels lib