imagick v3.3.0 Release Notes

Release Date: 2020-01-03 // over 4 years ago
    • ➕ 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

Previous changes from v3.2.0

    • #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