imagemagick

Automate image processing tasks using ImageMagick CLI.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/brixtonpham/claude-config --skill imagemagick-brixtonpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick
Source: https://github.com/brixtonpham/claude-config/tree/main/skills/imagemagick
Command: npx skills add https://github.com/brixtonpham/claude-config --skill imagemagick-brixtonpham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ImageMagick provides a robust CLI toolkit for automating complex image processing tasks, eliminating repetitive manual edits and enabling reproducible results.

Core Features & Use Cases

  • Format conversion between PNG, JPEG, WebP, GIF, and more.
  • Resize, crop, annotate, apply effects, and batch-process images.
  • Generate thumbnails, composites, and optimized images for web or print.

Quick Start

Convert input.png to output.jpg with 800x600 dimensions and 85 quality.

Frequently Asked Questions about imagemagick

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch resize and convert images from PNG to JPEG using command-line tools?

Batch image conversion and resizing is handled by applying magick or mogrify CLI commands with geometry syntax. You can automate processing large collections by specifying dimensions, quality, and output formats to generate optimized files.

What is the best way to automate image processing for large collections of files?

Automating image processing for large collections is achieved through CLI batch-processing commands. Using tools like mogrify, you can apply resizing, cropping, and effects across entire directories to ensure reproducible results without manual edits.

Can I convert and optimize images for web formats like WebP without manual editing?

Converting and optimizing images for WebP is supported natively. The toolkit applies format conversion between PNG, JPEG, and WebP while adjusting quality and density parameters to generate web-ready output.

Do I need to know specific CLI syntax to crop and apply effects to images?

Knowledge of magick, convert, and mogrify CLI syntax is required. You must understand geometry syntax and common options for quality, density, and output formats to properly apply cropping, effects, and resizing.

Why does batch image processing fail when applying effects across different file formats?

Batch image processing fails when geometry syntax or output formats are incorrectly specified. Ensuring correct CLI options for density, quality, and target formats like PNG, JPEG, or GIF prevents errors during large collection processing.