image-manipulation-image-magick

Performs image resizing, format conversion, and metadata extraction with ImageMagick.

1|Updated May 4, 2026
One-click install
npx skills add https://github.com/beel-collab/presets.dev --skill image-manipulation-image-magick-beel-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/beel-collab/presets.dev/tree/main/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/beel-collab/presets.dev --skill image-manipulation-image-magick-beel-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Image editing and asset preparation typically require multiple tools and manual steps. This Skill consolidates common ImageMagick tasks—resizing, format conversion, thumbnail creation, and metadata extraction—into a single, repeatable workflow.

## Core Features & Use Cases

  • Image Information: Retrieve dimensions, color space, and metadata for catalogs and QA.
  • Image Resizing: Scale single or batch images while preserving aspect ratios.
  • Batch Processing: Apply the same transformation to multiple images in one pass.
  • Format Conversion: Convert between popular formats (JPEG, PNG, WEBP, etc.).
  • Thumbnail Creation: Generate web-friendly thumbnails for galleries, previews, and thumbnails.

### Quick Start Use ImageMagick to resize and convert images quickly.

magick input.jpg -resize 800x600 output.jpg magick convert input.png -resize 400x300 thumbs/output.png

Frequently Asked Questions about image-manipulation-image-magick

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?

Batch resize images and convert formats using ImageMagick by executing `magick` commands to apply transformations like scaling and format conversion across multiple files in a single pass. This Skill automates those command-line workflows for bulk image processing.

Can I extract image metadata like dimensions and color space with ImageMagick?

Yes, extracting image metadata like dimensions and color space is a core feature of this ImageMagick Skill. It retrieves detailed file information to support graphic design cataloging and quality assurance workflows.

What is the best way to generate web-friendly thumbnails in bulk?

Generating web-friendly thumbnails in bulk is best handled by ImageMagick's batch processing capabilities. This Skill applies resizing transformations to multiple images simultaneously, creating optimized previews for galleries and web assets.

Does this ImageMagick batch processing workflow work on Windows, Linux, and macOS?

Yes, this ImageMagick batch processing workflow operates across Windows, Linux, and macOS. You need ImageMagick installed and accessible as `magick` on your system PATH to execute the required image manipulation commands.

Do I need ImageMagick installed locally to resize images and convert formats?

Yes, you must have ImageMagick installed locally and accessible as `magick` on your PATH. This Skill constructs and executes ImageMagick commands on your machine to perform resizing, format conversion, and thumbnail creation.

Why use ImageMagick for image manipulation over other design and creative tools?

Using ImageMagick for image manipulation consolidates resizing, format conversion, and metadata extraction into a single repeatable workflow. Unlike manual editing tools, it enables automated batch processing for bulk image assets without manual intervention.