image-manipulation-image-magick

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the tedious and time-consuming process of image manipulation, from resizing and format conversion to batch processing and metadata retrieval.

Core Features & Use Cases

  • Image Resizing: Resize single images or perform batch resizing while maintaining aspect ratios.
  • Format Conversion: Convert images between various formats (e.g., JPG, PNG, GIF).
  • Metadata Retrieval: Extract detailed information about images, including dimensions and format.
  • Batch Processing: Apply operations to multiple images based on specific criteria.
  • Use Case: Quickly generate thumbnails for a gallery of product images or resize a collection of wallpapers to fit different screen resolutions.

Quick Start

Use the image-manipulation-image-magick skill to resize all JPG images in the 'input_images' directory to a width of 800 pixels, saving them to the 'output_images' 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 while maintaining aspect ratios?

Batch resize images by applying operations to multiple files based on specific criteria, maintaining aspect ratios while adjusting dimensions. This automates resizing collections of wallpapers or generating product gallery thumbnails.

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

Convert images between various formats including JPG, PNG, and GIF through programmatic command-line operations. Format conversion handles single files or applies batch processing across multiple images simultaneously.

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

ImageMagick must be installed and accessible via the 'magick' command to use this image processing skill. It enables programmatic manipulation, format conversion, and metadata extraction for various image files.

What's the best way to extract dimensions and metadata from multiple images?

Extract detailed metadata including dimensions and format from images using command-line batch operations. Retrieve information programmatically across multiple files based on specific criteria without manual inspection.

How do I generate thumbnails for a gallery of product images?

Generate thumbnails for product image galleries by batch resizing JPG images to a specified width, such as 800 pixels. Save processed output images to a dedicated directory while maintaining aspect ratios.