imagemagick-expert

Converts and transforms images and documents using ImageMagick CLI for repeatable media processing.

5|4|Updated Nov 9, 2025
One-click install
npx skills add https://github.com/takusaotome/claude-skills-library --skill imagemagick-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick-expert
Source: https://github.com/takusaotome/claude-skills-library/tree/main/skills/imagemagick-expert
Command: npx skills add https://github.com/takusaotome/claude-skills-library --skill imagemagick-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you reliably transform images using ImageMagick CLI when you need repeatable conversions and edits (like resizing, cropping, format changes, and GIF/PDF handling) without manual GUI work.

Core Features & Use Cases

  • Format Conversion & Quality Control: Convert between common formats (PNG, JPEG, WebP, GIF, TIFF, PDF-derived images) with options like JPEG quality and PNG compression.
  • Transformation Workflow: Resize (including aspect-ratio-safe variants), crop/trim, rotate/flip, and add compositing operations for overlays and montages.
  • Animation and Batch Processing: Create and optimize animated GIFs and run batch operations using mogrify or shell patterns.
  • Document Interop: Convert PDFs to image pages and assemble images back into PDFs with density and compression controls.

Quick Start

Ask me to convert document.pdf into high-resolution PNG page files using a 300 DPI density setting.

Frequently Asked Questions about imagemagick-expert

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

FAQPage Schema
How do I batch resize images and convert formats using ImageMagick CLI?

Batch resize images and convert formats using ImageMagick CLI by constructing mogrify or convert commands with geometry-based edits to apply transformations across many files for repeatable media processing.

Can I convert PDF to images with a specific DPI resolution using ImageMagick?

Convert PDF to images with specific DPI resolution using ImageMagick by setting density parameters in the convert command, outputting high-resolution PNG or JPEG page files from the document.

What is the best way to create and optimize animated GIFs from the command line?

Create and optimize animated GIFs from the command line by constructing ImageMagick convert commands with frame sequencing and optimization flags to generate lightweight animations.

Does ImageMagick CLI support aspect-ratio-safe resizing and cropping?

ImageMagick CLI supports aspect-ratio-safe resizing and cropping by using geometry-based edit parameters in the convert command to maintain dimensions while transforming images.

Do I need ImageMagick installed to use this Skill for image conversion?

You need ImageMagick installed to use this Skill for image conversion, as it constructs and executes commands using magick, convert, identify, mogrify, montage, and composite binaries.

Why does ImageMagick batch processing fail when applying mogrify to read and write the same directory?

ImageMagick batch processing fails when mogrify reads and writes the same directory because it overwrites source files during geometry-based edits; output to a separate directory to prevent data loss.