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

Changelog History
Page 1

  • v3.3.5 Changes

    January 05, 2020

    ๐Ÿš€ Maintenance release to push various pull requests onto hackage

    • Exporting Pixel32 (will)
    • Palettization of transparent frames in Gif (flutterlice)
    • Documentation fixes (lehins)
  • v3.3.4 Changes

    September 04, 2019
    • support reading compressed zTXt metadata from PNG files (claudeha)
    • Add helper functions to convert a DynamicImage to RGB16 (uglyoldbob)
    • Fix RGB to CMYK conversion (lehins)
  • v3.3.3 Changes

    December 03, 2018
    • Enhanced: loading of bitmap format (thanks to CLowcay)
    • Refactoring: exposing more internal modules (thanks to wyager)
    • Refactoring: exposing dynamicMap & dynamicPixelMap through Codec.Picture (thnks to LightAndLight)

    • v3.3.3.1: fixing compilation with older GHC

  • v3.3.3.1 Changes

    June 19, 2019
    • New GHC maintenance (thanks to ekmett)
  • v3.3.2 Changes

    October 02, 2018
    • Fix: GHC-8.6 compilation fix (no upper bound on base)
    • Fix: upper bound on containers (pull request phadej)
    • Fix: palette validation for gifs (pull request omedan)
    • New: More complete gif creation API (pull request omedan)
  • v3.3.1 Changes

    August 01, 2018
    • Fix: gif decoding of 1bit palette (fix Ornedan)
    • Fix: end of stream handling for gif's lzw encoding (fix Ornedan)
  • v3.3 Changes

    July 03, 2018
    • New: Eq instances for image
    • Fix: color gif resolution offset
    • New: support for Float Tiff
    • Breaking change: New ImageY32 constructor for Dynamic hence the version bump.
  • v3.2.9 Changes

    November 09, 2017
    • Fix: Adding correct import of Exif Flash for Jpeg (thanks to Alexander Kjeldaas)
    • Feature: Jpg Exif writing
  • v3.2.9.5 Changes

    March 05, 2018
    • Fix: uniform color quantization
  • v3.2.9.4 Changes

    January 04, 2018
    • Compat for GHC-8.4 (pull request)
    • Fix: a character in latin1 which was still around. Whatever. So tired of this.