Releases: gographics/imagick
Releases · gographics/imagick
v2.5.0 release
- #140: Fix bug in reflect example
- #139: Add
SetResourceLimit()
function
- #147: Fix memory crashes when using
PixelWand
instances in GetImageHistogram()
- README updates
- Contributor file updates
- Travis CI support
v3.1.1 patch release
New in v3.1.1:
- #120 - Fix SIGABRT; Apply runtime.KeepAlive calls as necessary to prevent early finalizers (fixes #132)
v2.4.1 patch release
New in v2.4.1:
- #120 - Fix SIGABRT; Apply runtime.KeepAlive calls as necessary to prevent early finalizers (fixes #132)
v2.3.1 minor release
New in v2.3.1:
- #106 - Declare ScaleKernelInfo function in Go source, for older ImageMagick vers
v3.0.0 - Initial ImageMagick 7.x support
This is the first tag for ImageMagick 7.x support. It correlated with the following import path:
import gopkg.in/gographics/imagick.v3/imagick
While it may not include every new feature that was introduced in ImageMagick 7.x, it does compile and pass tests. Missing features can be added upon request.
v2.3.0 Minor Release
New in v2.3.0
- #89 - Support for
KernelInfo
(thanks @Danack)
- #87 - Updated Windows build instructions (thanks @vprus)
- #93 - README cleanups for syntax highlighting (thanks @BrunoQC)