image-manipulation-image-magick

Resize, convert, and inspect image files using ImageMagick commands.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/miptah21/skills --skill image-manipulation-image-magick-miptah21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/miptah21/skills/tree/main/.agents/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/miptah21/skills --skill image-manipulation-image-magick-miptah21

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of resizing, converting, and inspecting images by providing repeatable ImageMagick command patterns for everyday and batch image work.

Core Features & Use Cases

  • Image information: Get dimensions and retrieve verbose metadata for formats and color details.
  • Resizing & thumbnails: Resize single images or generate thumbnails while maintaining aspect ratios.
  • Batch processing: Apply conditional transformations across folders, such as processing only images matching specific resolutions.

Quick Start

Use the image-manipulation-image-magick skill to create 427x240 thumbnails from all JPGs in a folder by running the magick resize command against each input file.

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 with ImageMagick while maintaining aspect ratios?

Batch resize images with ImageMagick by applying the magick resize command against each input file in a folder. This generates consistently sized thumbnails while preserving the original aspect ratios across all selected images.

Can I extract image dimensions and metadata using ImageMagick across Windows and Linux?

ImageMagick extracts dimensions and verbose metadata using the identify command across Windows PowerShell and Linux or macOS Bash. This provides format details and color information for supported image files.

What is the best way to convert image formats in bulk for a specific file type?

Converting image formats in bulk is done by applying conditional transformations across folders with ImageMagick. You can process only images matching specific resolutions or file types to get consistently formatted outputs.

Do I need ImageMagick installed to use this image manipulation skill?

ImageMagick must be installed with the magick executable available on your system PATH to use this skill. It relies on the magick and identify commands to perform resizing, conversion, and metadata lookup operations.

How do I generate thumbnails from all JPGs in a folder?

Generate thumbnails from all JPGs in a folder by running the magick resize command against each input file. You can specify exact dimensions like 427x240 to create uniformly sized thumbnail images.

Why use ImageMagick command patterns instead of other image processing tools?

ImageMagick command patterns remove manual effort by providing repeatable commands for everyday image work. They handle single-image edits, thumbnail generation, and batch operations driven by dimensions or file types efficiently.