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

Changelog History
Page 3

  • v3.2.6 Changes

    August 06, 2015
    • Added: imageToTga saving helper function.
    • Fix: don't invert TGA alpha channel.
    • Fix: various typo in documentation.
  • v3.2.6.5 Changes

    December 05, 2015
    • Fix: Compilation on GHC 7.6/7.8
  • v3.2.6.4 Changes

    December 04, 2015
    • Fix: previous broken bugfix.
  • v3.2.6.3 Changes

    November 03, 2015
    • Fix: Fixing unwanted sharing with createMutableImage due to wrongly used INLINE pragma
  • v3.2.6.2 Changes

    November 02, 2015
    • Fix: Using minimal GIF version if outputing a single image.
  • v3.2.6.1 Changes

    August 01, 2015
    • Fix: handling of negative height & width in bitmap format.
    • Fix: regression on Tiff parsing.
  • v3.2.5 Changes

    May 05, 2015
    • 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)
  • v3.2.5.3 Changes

    July 03, 2015
    • Fix: bumping vector upper bounds.
  • v3.2.5.2 Changes

    June 02, 2015
    • Adding: Width & Height metdata to help querying image information without decompressing the whole.
    • Adding: Source format metadata.
  • v3.2.5.1 Changes

    May 01, 2015
    • Fixing: utf-8 encoding of Jpg/Types causing problems with Haddock.