image-manipulation-image-magick

Inspect dimensions, retrieve metadata, convert formats, and resize images with ImageMagick.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill image-manipulation-image-magick-mattmacleod16-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/mattmacleod16-svg/freedomforge-max/tree/main/.agents/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/mattmacleod16-svg/freedomforge-max --skill image-manipulation-image-magick-mattmacleod16-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Image processing can be tedious when dealing with multiple images, requiring manual resizing, format conversion, and metadata extraction. This Skill provides a cross-platform ImageMagick-based approach to automate common image tasks.

Core Features & Use Cases

  • Image Information: Retrieve dimensions, color space, format, and metadata to inform downstream processing.
  • Image Resizing: Resize single images or batches and generate thumbnails while preserving aspect ratio.
  • Batch Processing: Apply transformations across directories, enabling bulk edits for product photos, banners, or galleries.
  • Use Case: Prepare a catalog of product images by resizing all photos to 1024x768 and creating web-friendly thumbnails in one automation run.

Quick Start

Run an ImageMagick workflow to resize a single image to 1024x768 and generate a batch of thumbnails from a directory.

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 generate thumbnails across different operating systems?

Batch resize images and generate thumbnails across Windows, Linux, and macOS by using ImageMagick to apply transformations like resizing to 1024x768 while preserving aspect ratio across entire directories.

Can I retrieve image metadata and dimensions using ImageMagick for batch processing?

Retrieve image metadata, dimensions, color space, and format using ImageMagick to inform downstream batch processing for product catalogs, galleries, and marketing assets.

Do I need ImageMagick installed on my system to process images in bulk?

Yes, bulk image processing requires ImageMagick to be installed and available as the magick command on your system PATH to execute cross-platform image transformations.

What is the best way to convert image formats and resize photos for a web catalog?

Convert image formats and resize photos for a web catalog by running ImageMagick workflows that process single files or directories, generating web-friendly thumbnails in one automation run.

Does ImageMagick batch processing work the same way on Windows, Linux, and macOS?

ImageMagick batch processing works across Windows, Linux, and macOS by leveraging cross-platform examples and usage patterns to apply consistent image transformations regardless of the operating system.

Why does my image processing automation fail when resizing multiple product photos?

Image processing automation fails if ImageMagick is not installed or the magick command is missing from PATH, which is required to execute batch resizing and format conversion operations.