All Versions
17
Latest Version
Avg Release Cycle
147 days
Latest Release
-

Changelog History
Page 2

  • v1.2.0.0 Changes

    December 07, 2016
    • ๐Ÿ”„ Changed Interpolation in a way that border resolution is supplied separatly from the method.
    • Introduced function translate.
    • โž• Added a better test suite. Improved coverage.
    • ๐Ÿ›  Fixed a bug with border resolution strategy Continue.
    • โž• Added better error messaging for border checks.
  • v1.1.0.1 Changes

    November 28, 2016
    • Backwards compatibility with GHC 7.8
  • v1.1.0.0 Changes

    • ๐Ÿ‘ GHC 8 support.
    • ๐Ÿ‘Œ Improved IO:
      • OS default image viewer is used for displaying images with ability to use a custom one.
      • Histogram plotting is done using diagrams instead of cairo backend, significantly simplifying installation
  • v1.0.2.0 Changes

    • ๐Ÿ”„ Changed the way image displaying works. Now displayImage function will try to automatically detect the default external viewer program.
    • ๐Ÿ“‡ Renamed module Graphics.Image.IO.External to Graphics.Image.IO.Formats, so it reflects the purpose slightly better.
  • v1.0.1 Changes

    March 15, 2016
    • Made it compatible with GHC >= 7.4 (#1)
    • โž• Added histogram plotting using Charts
  • v1.0.1.2 Changes

    April 17, 2016
    • โž• Added support of "vector>=0.11.0.0"
  • v1.0.1.1 Changes

    March 19, 2016
    • โž• Added rotate function.
    • ๐Ÿ›  Fixed writing RGBA files with writeImage (#2).