imagemagick

Automate image format conversion, resizing, and batch processing via ImageMagick MCP.

14|4|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/pacphi/sindri --skill imagemagick-pacphi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick
Source: https://github.com/pacphi/sindri/tree/main/docker/lib/extensions/vf-imagemagick/resources
Command: npx skills add https://github.com/pacphi/sindri --skill imagemagick-pacphi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables Claude to perform image transformations and batch processing via ImageMagick MCP.

Core Features & Use Cases

  • Convert & Resize: Format conversion and image resizing.
  • Batch Processing: Apply operations across multiple images.
  • Identify: Retrieve metadata for quality checks.

Quick Start

Convert a set of images to PNGs and resize to 800x600 in batch.

Frequently Asked Questions about imagemagick

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

FAQPage Schema
How do I convert images between different formats like PNG, JPG, and WebP?

Image format conversion transforms files across PNG, JPG, WebP, GIF, TIFF, BMP, SVG, and PDF using the convert_image tool. Specify source and target formats to automate single or batch conversions for web optimization and archive workflows.

Can I resize and batch process multiple images at once?

Batch processing applies resize, crop, and filter operations across bulk image pipelines simultaneously. Use batch_process to scale hundreds of images to target dimensions like 800x600 for thumbnails or web delivery without manual iteration.

What image metadata can I extract for quality checks?

The identify_image tool retrieves format, dimensions, color depth, and other metadata from images. Extract this data to validate quality, detect corruption, and automate downstream decisions in media workflows before further processing.

How do I automate watermarking, cropping, and compositing across image sets?

Composite and watermark operations layer, crop, and combine multiple images into single outputs. Apply these transformations across bulk pipelines to create montages, branded assets, or layered compositions at scale.

Does ImageMagick work with SVG and PDF files?

ImageMagick supports SVG and PDF as both input and output formats through the convert_image tool. Transform vector graphics and documents to raster formats or vice versa within the same batch processing workflow.

What's the best way to optimize images for web delivery at scale?

Resize images to web-standard dimensions and convert to optimized formats like WebP using batch_process. Automate quality reduction and format selection across thousands of images to reduce file size and load times for production delivery.