image_magick 1.0.0 copy "image_magick: ^1.0.0" to clipboard
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 ImageMagickClient for process-based ImageMagick usage from Dart.
  • Added support detection with ImageMagickClient.isSupported().
  • Added supported format discovery with getSupportedFormats().
  • Added image inspection with inspect() and typed ImageMagickImageInfo results.
  • Added image transforms for resize(), convert(), crop(), rotate(), flipHorizontal(), flipVertical(), and stripMetadata().
  • Added canRead() for lightweight readable-image validation.
  • Added ImageMagickException and configurable process/executable options, including legacy convert and identify support.
  • 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.
0
likes
150
points
93
downloads

Documentation

API reference

Publisher

verified publisherarcane.art

Weekly Downloads

Dart client for ImageMagick process-based inspect, resize, convert, and format discovery workflows.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

More

Packages that depend on image_magick