image-manipulation-image-magick

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

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/dhar174/langgraph_system_generator --skill image-manipulation-image-magick-dhar174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/dhar174/langgraph_system_generator/tree/main/.github/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/dhar174/langgraph_system_generator --skill image-manipulation-image-magick-dhar174

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of manipulating and transforming images, handling tasks like resizing, format conversion, and batch operations efficiently.

Core Features & Use Cases

  • Image Resizing: Resize single images or batches to specific dimensions while maintaining aspect ratios.
  • Format Conversion: Convert images between various formats (e.g., JPG, PNG).
  • Metadata Retrieval: Extract detailed information about images, such as dimensions and format.
  • Batch Processing: Apply transformations to multiple images based on criteria like dimensions.
  • Use Case: Automatically create 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 800x600 and save them in the 'output_thumbnails' 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 to specific dimensions while maintaining aspect ratios?

You can batch resize images using ImageMagick by specifying target dimensions and an output directory. This Skill applies resizing transformations to multiple files at once while maintaining aspect ratios for each image.

Can I convert images between formats like JPG and PNG in bulk?

Yes, you can convert images between formats like JPG and PNG in bulk. This Skill uses ImageMagick to perform batch format conversion across multiple files efficiently.

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

Yes, you need ImageMagick installed. This Skill requires the ImageMagick command-line tool to be installed and accessible via the 'magick' command to execute programmatic image processing.

What is the best way to extract image metadata like dimensions and format?

The best way to extract image metadata like dimensions and format is using this Skill's metadata retrieval feature. It utilizes ImageMagick to retrieve detailed information about various image files programmatically.

How do I create thumbnails for a gallery of product images automatically?

To create thumbnails for a gallery of product images automatically, use this Skill to batch process the source files. It resizes input images to specified dimensions like 800x600 and saves them to an output directory.