- Initial development release.
- Added new bindings and updated README.md to include showcase of the power of imagemagick.
initialize()
method is now called automatically when the app launches,
no need to call it manually.- Updated README.md.
- Added new bindings for MagickWand methods.
- Removed the method
magickConstituteImageFromQuantumPixel
.
- [Breaking]
dispose
is now calleddisposeImageMagick
to avoid naming conflicts. - Added new bindings for MagickWand methods.
- Removed the plugin's dependency on Flutter.
- Fixed a bug that caused dependent apps to crash in release mode because some native data was not initialized in release mode.
- Fixed broken link in README.md.
- Corrected package's metadata.
- Added new bindings for MagickWand methods.
- Updated package's metadata.
- Added new bindings for MagickWand methods.
- Updated package's metadata.
- Added new bindings for MagickWand methods.
- Major refactor and improvements to the codebase.
- Added new bindings for MagickWand methods.
- Made
initializeImageMagick
public again to allow manual initialization of the library when used in a pure dart app.
- Added new bindings for MagickWand methods.
- Improved the codebase quality and documentation.
- Deprecated the plugin in favor of splitting it into the 4 variants: image_magick_q8, image_magick_q8_hdri, image_magick_q16, image_magick_q16_hdri.