image-manipulation-image-magick

Resize, convert, and batch process images using ImageMagick.

1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill image-manipulation-image-magick-gabeujin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/Gabeujin/workspace-init-mcp/tree/main/awesome/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/Gabeujin/workspace-init-mcp --skill image-manipulation-image-magick-gabeujin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates common image manipulation tasks, such as resizing, format conversion, and batch processing, saving time and effort when working with visual assets.

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, GIF).
  • Metadata Retrieval: Extract image dimensions and other metadata.
  • Use Case: You have a folder of high-resolution photos and need to create thumbnails for a website. This Skill can batch resize all images to a standard thumbnail size.

Quick Start

Use the image-manipulation-image-magick skill to resize all images in the 'input_images' directory to 400x300 pixels 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 create thumbnails for a website?

Batch resize images for thumbnails by processing an entire input directory, converting all photos to standard dimensions like 400x300 pixels, and saving the resized outputs to a separate folder.

Can I convert multiple images between JPG, PNG, and GIF formats in bulk?

Convert multiple images between JPG, PNG, and GIF formats in bulk by running batch operations that process entire directories, automatically transforming and saving the converted files to a specified output path.

Do I need ImageMagick installed to perform batch image manipulation?

Yes, performing image manipulation requires ImageMagick to be installed and accessible via the 'magick' command in your environment to execute resizing, format conversion, and batch operations.

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

Extract image dimensions and metadata automatically by running image manipulation commands that retrieve visual asset properties, providing the technical specifications needed for processing workflows.

Does batch image processing maintain aspect ratios when resizing wallpapers?

Yes, batch image processing maintains aspect ratios when resizing wallpapers, ensuring images are resized to specific dimensions without distorting the original visual proportions.

What are the limitations of using command line image manipulation for bulk transformations?

Limitations include requiring ImageMagick installation and reliance on the 'magick' command, meaning batch image transformations fail if the dependency is missing or improperly configured in the environment.