image_magick_ffi 0.0.1-dev.4
image_magick_ffi: ^0.0.1-dev.4 copied to clipboard
Dart bindings for ImageMagick C library which is used to edit images.
0.0.1-dev.1 #
- Initial development release.
0.0.1-dev.2 #
- Added new bindings and updated README.md to include showcase of the power of imagemagick.
0.0.1-dev.3 January 19, 2023 #
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.
0.0.1-dev.4 Jan 21, 2023 [Breaking Changes] #
- [Breaking]
disposeis now calleddisposeImageMagickto 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.