Skip to content

Releases: gographics/imagick

v2.5.0 release

10 Jan 21:21
Compare
Choose a tag to compare
  • #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

31 Aug 21:34
Compare
Choose a tag to compare

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

31 Aug 21:35
Compare
Choose a tag to compare

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

25 Mar 20:58
Compare
Choose a tag to compare

New in v2.3.1:

  • #106 - Declare ScaleKernelInfo function in Go source, for older ImageMagick vers

v3.0.0 - Initial ImageMagick 7.x support

05 Nov 21:26
Compare
Choose a tag to compare

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

05 Nov 21:29
Compare
Choose a tag to compare

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)