image_magick 1.0.0
image_magick: ^1.0.0 copied to clipboard
Dart client for ImageMagick process-based inspect, resize, convert, and format discovery workflows.
1.0.0 #
- Initial release of
ImageMagickClientfor process-based ImageMagick usage from Dart. - Added support detection with
ImageMagickClient.isSupported(). - Added supported format discovery with
getSupportedFormats(). - Added image inspection with
inspect()and typedImageMagickImageInforesults. - Added image transforms for
resize(),convert(),crop(),rotate(),flipHorizontal(),flipVertical(), andstripMetadata(). - Added
canRead()for lightweight readable-image validation. - Added
ImageMagickExceptionand configurable process/executable options, including legacyconvertandidentifysupport. - Added macOS and Docker installation guidance plus usage examples in the README.
- Added unit tests covering support checks, format detection, inspection, transforms, metadata stripping, and error paths.