All Versions
63
Latest Version
Avg Release Cycle
91 days
Latest Release
1545 days ago

Changelog History
Page 2

  • v3.2.9.3 Changes

    December 03, 2017
    • Fix: remove bad invisible unicde char
  • v3.2.9.2 Changes

    December 02, 2017
    • Fix: Progressive jpeg decoding when number of blocks of the MCU is below line size
  • v3.2.9.1 Changes

    November 01, 2017
    • Feature: Paletted alpha png saving
  • v3.2.8 Changes

    September 08, 2016
    • Added: possibility to retrieve the parsed palette.
    • Fix: Fixing problem of progressive Jpeg decoding when block height is different of block width (#)
  • v3.2.8.3 Changes

    August 03, 2017
    • Fix: Jpeg loading of extended sequential jpg, not sure of all the implications, works with the sample
  • v3.2.8.2 Changes

    June 02, 2017
    • Fix: usage of fail in Either monad, giving an unwanted exception
  • v3.2.8.1 Changes

    March 01, 2016
    • Fix: proper flushing of jpeg writing, avoiding warning from libjpeg.
    • Fix: RGB jpeg get an Adobe's APP14 block to help MacOS & Photoshop reading
  • v3.2.7 Changes

    January 07, 2016
    • 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)
  • v3.2.7.2 Changes

    June 02, 2016
    • Fix: no more libjpeg warning when decoding Juicy.Pixels encoded images.
  • v3.2.7.1 Changes

    May 01, 2016
    • Fix: some wrongly infinitely looping JPEG decoding