All Versions
17
Latest Version
Avg Release Cycle
147 days
Latest Release
-
Changelog History
Page 2
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.
- ๐ Changed
-
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
toGraphics.Image.IO.Formats
, so it reflects the purpose slightly better.
- ๐ Changed the way image displaying works. Now
-
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 withwriteImage
(#2).
- โ Added