image-manipulation-image-magick

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies image processing tasks, allowing for efficient manipulation and conversion of image files without requiring manual intervention with complex graphics software.

Core Features & Use Cases

  • Image Resizing: Resize single images or perform batch resizing for multiple files.
  • Format Conversion: Convert images between various formats.
  • Metadata Retrieval: Extract information like dimensions and format from images.
  • Use Case: Quickly create thumbnails for a gallery of product images or resize a batch 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 while maintaining its aspect ratio.

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 multiple images at once?

Batch resize multiple images by processing and manipulating digital image files in bulk. This supports batch operations to resize groups of photos simultaneously without manual graphics software.

Can I convert images between different formats using ImageMagick?

Yes, you can convert images between various formats using the ImageMagick command-line utility. It processes and manipulates digital images to transform files into different required formats.

Do I need ImageMagick installed to resize images and extract metadata?

Yes, ImageMagick must be installed and accessible via the magick command to resize images and extract metadata. This environment requirement allows the utility to process and manipulate digital image files.

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

The best way to create thumbnails for product images is using batch resizing operations. This allows you to quickly resize a gallery of photos to a specific width while maintaining the aspect ratio.

How do I extract dimensions and format information from an image file?

Extract dimensions and format information from an image file by retrieving its metadata. This capability processes digital images to identify format specifics and dimension data without complex graphics software.

Does this approach work for resizing photos for a website without manual graphics software?

Yes, this approach works for resizing photos for a website without manual graphics software. It simplifies image processing tasks by using the ImageMagick command-line utility to manipulate image files efficiently.