All Versions
15
Latest Version
Avg Release Cycle
287 days
Latest Release
1547 days ago

Changelog History
Page 1

  • v3.3.0 Changes

    January 03, 2020
    • โž• Add examples/docker (#175)
    • โž• Add ImageMagick.SetImageAlpha (#177)
    • ๐Ÿ›  Fix examples and add test script (#188)
    • ๐Ÿ”ฆ Expose MagickWand.CompositeImageGravity
    • ๐Ÿ›  Fix ExceptionInfo.Error() not properly printing entire error output
    • ๐Ÿ”ฆ Expose ConvertImageCommand() (#220)
    • ๐Ÿณ Create testing docker images: https://hub.docker.com/orgs/gographics/repositories
    • โšก๏ธ Update travis CI to use docker builds for faster testing and better control of ImageMagick version
    • โšก๏ธ README updates
  • v3.2.0 Changes

    January 10, 2018
    • #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 Changes

    August 31, 2017

    ๐Ÿ†• New in v3.1.1:

    • ๐Ÿ›  #120 - Fix SIGABRT; Apply runtime.KeepAlive calls as necessary to prevent early finalizers (fixes #132)
  • v3.1.0

    March 25, 2017
  • v3.0.0 Changes

    November 05, 2016

    ๐Ÿ‘ 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.6.0 Changes

    January 04, 2020
    • โž• Add examples/docker (#175)
    • ๐Ÿ›  Fix examples and add test script (#171)
    • ๐Ÿ”ฆ Expose MagickWand.CompositeImageGravity
    • ๐Ÿ›  Fix ExceptionInfo.Error() not properly printing entire error output
    • ๐Ÿ”ฆ Expose ConvertImageCommand() (#220)
    • ๐Ÿ”ฆ Expose GradientImage API (#162) - Thanks @gavbaa
    • ๐Ÿณ Create testing docker images: https://hub.docker.com/orgs/gographics/repositories
    • โšก๏ธ Update travis CI to use docker builds for faster testing and better control of ImageMagick version
    • โšก๏ธ README updates
  • v2.5.0 Changes

    January 10, 2018
    • #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
  • v2.4.1 Changes

    August 31, 2017

    ๐Ÿ†• New in v2.4.1:

    • ๐Ÿ›  #120 - Fix SIGABRT; Apply runtime.KeepAlive calls as necessary to prevent early finalizers (fixes #132)
  • v2.4.0

    March 25, 2017
  • v2.3.1 Changes

    March 25, 2017

    ๐Ÿ†• New in v2.3.1:

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