image-manipulation-image-magick

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

Updated Aug 18, 2025
One-click install
npx skills add https://github.com/hdicko/leidimen --skill image-manipulation-image-magick-hdicko
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/hdicko/leidimen/tree/main/.github/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/hdicko/leidimen --skill image-manipulation-image-magick-hdicko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines image processing tasks by enabling resizing, metadata retrieval, and format conversion across platforms.

Core Features & Use Cases

  • Resize images (single or batch) and create thumbnails
  • Retrieve dimensions, format information, and color space metadata
  • Convert between image formats and perform batch processing for wallpapers or web assets
  • Real-world scenario: Prepare a set of product images for a catalog by resizing to uniform dimensions and generating web-ready thumbnails

Quick Start

Resize images to a specified dimension and generate thumbnails using ImageMagick in a single command sequence.

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 resize images and generate thumbnails in batch?▼

You can batch resize images and generate thumbnails by executing sequential ImageMagick commands, producing uniformly sized web-ready assets.

Can I extract image metadata like dimensions and color space?▼

Image metadata extraction retrieves dimensions, format information, and color space details directly from the file, providing comprehensive asset properties for cross-platform workflows.

Does ImageMagick image manipulation work on Windows, Linux, and macOS?▼

Yes, ImageMagick image manipulation supports cross-platform workflows on Windows, Linux, and macOS, requiring the command to be installed as magick.

What is the best way to convert image formats for web assets?▼

Converting image formats for web assets is handled through batch processing commands that transform single images or wallpaper sets into web-ready formats efficiently.

Do I need ImageMagick installed to use this image manipulation skill?▼

Yes, ImageMagick must be installed as the magick command to perform resizing, format conversion, and metadata extraction tasks across different operating systems.