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.

  1. 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.

  2. Open a new terminal so PATH includes ImageMagick tools.

    Open a new terminal so PATH includes ImageMagick tools.

  3. magick -version 2>/dev/null || convert -version

    magick -version 2>/dev/null || convert -version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M120564TZNM8J4ZYDWS2BD78

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.