Procedure
Install ImageMagick
Install ImageMagick via package manager or official downloads, ensure magick/convert is on PATH, then verify with magick -version or convert -version.
Install ImageMagick from https://imagemagick.org/script/download.php . m
Install ImageMagick from https://imagemagick.org/script/download.php . macOS: brew install imagemagick (or imagemagick-full for more delegates). Windows: winget install ImageMagick.Q16-HDRI (or ImageMagick.Q16 / ImageMagick.Q8). Linux: apt/dnf/pacman install imagemagick (elevated as needed), or use distro packages / binaries from that page.
Open a new terminal so PATH includes ImageMagick tools.
Open a new terminal so PATH includes ImageMagick tools.
magick -version 2>/dev/null || convert -version
magick -version 2>/dev/null || convert -version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.