imagemagick

Convert, resize, crop, and batch-process images with ImageMagick commands.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill imagemagick-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/skills/imagemagick
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill imagemagick-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to using ImageMagick for programmatic image processing, enabling efficient manipulation of images without graphical interfaces.

Core Features & Use Cases

  • Format Conversion: Effortlessly convert images between numerous formats (PNG, JPEG, WebP, GIF, etc.).
  • Resizing & Cropping: Precisely resize, crop, and transform images while maintaining aspect ratios or forcing dimensions.
  • Effects & Adjustments: Apply a wide range of visual effects, filters, and color adjustments.
  • Batch Processing: Efficiently process multiple images using mogrify or shell loops.
  • Use Case: Automatically generate thumbnails of various sizes for a gallery of product images, convert all images in a directory to WebP for web optimization, or apply a consistent watermark to a batch of photos.

Quick Start

Use the imagemagick skill to convert the file 'photo.png' to 'photo.jpg' with 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 convert images to WebP for web optimization?

Batch resize and crop images using command-line utilities to specify exact dimensions or maintain aspect ratios without a graphical interface. This enables automated transformation of multiple files for programmatic processing.

What is the best way to apply a consistent watermark to a batch of photos?

Apply a consistent watermark to a batch of photos by executing command-line transformations programmatically. This processes multiple images efficiently without requiring manual graphical interface manipulation.

Do I need ImageMagick installed on my system to use this command-line processing guide?

Yes, you need ImageMagick installed on your system to execute the image manipulation commands. This skill provides guidance for the suite, but the software must be present locally for processing.

Can I convert a PNG to JPEG with specific quality using command-line image processing?

Convert PNG to JPEG with specific quality by executing command-line format conversion operations. This allows precise control over output compression, such as setting 85% quality for the resulting file.

How do I automatically generate thumbnails of various sizes for a product image gallery?

Generate thumbnails of various sizes for product image galleries by applying resizing and cropping transformations programmatically. This automates creating multiple dimensions efficiently for directory batches.