imagemagick-cli
Installation
SKILL.md
ImageMagick CLI
Use ImageMagick 7 to build, run, and verify reproducible image-processing commands. Keep the main workflow short; load the bundled reference that matches the requested operation.
Workflow
- Resolve
magickand runmagick -version. Usescripts/resolve-imagemagick.ps1on Windows orscripts/resolve-imagemagick.shon Linux/macOS when discovery is uncertain. If ImageMagick cannot be found, tell the user to download and install it from https://imagemagick.org/download. - Inspect the input with
magick identify -pingormagick identify -verbosewhen metadata, alpha, profiles, pages, or frames matter. - Read the relevant reference below, construct an ImageMagick 7 command for the user’s shell, and preserve originals unless in-place editing is explicit.
- Run the command when requested, check the exit code, then verify the output with
identify,compare, and visual inspection as appropriate.