image-manipulation-image-magick

Resize, convert, and extract metadata from images using ImageMagick.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and time-consuming tasks of image manipulation, including resizing, format conversion, and metadata extraction, making image processing accessible and efficient.

Core Features & Use Cases

  • Image Resizing: Scale single images or batches to specific dimensions while maintaining aspect ratios.
  • Format Conversion: Convert images between various formats (e.g., JPG, PNG, WEBP).
  • Metadata Retrieval: Extract detailed information like dimensions, color space, and more.
  • Use Case: Quickly generate thumbnails for a gallery of product images or resize a collection of photos for a website.

Quick Start

Use the image-manipulation-image-magick skill to resize the image 'logo.png' to a width of 500 pixels, maintaining its aspect ratio, and save it as 'logo_small.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 maintain aspect ratios?

You can batch resize images by scaling single images or large collections to specific dimensions while automatically maintaining their original aspect ratios. This process efficiently generates thumbnails or prepares photos for websites.

Can I convert images between formats like JPG, PNG, and WEBP?

Yes, you can convert images between various formats including JPG, PNG, and WEBP. This format conversion capability allows you to transform single images or batch process entire directories into the required file types.

How do I extract image metadata like dimensions and color space?

You can extract image metadata by retrieving detailed information such as dimensions, color space, and other properties from various image files. This metadata extraction helps you audit image collections before processing.

Do I need ImageMagick installed to process images programmatically?

Yes, you need ImageMagick installed and accessible via the 'magick' command to process images programmatically. This requirement ensures the underlying operations for resizing, converting, and extracting metadata function correctly across different operating systems.

What is the best way to generate thumbnails for a gallery of product images?

The best way to generate thumbnails for a gallery of product images is through batch processing. This approach scales your collection of photos to specific dimensions while preserving aspect ratios, making image processing accessible and efficient.