image-manipulation-image-magick

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/living-relation/tailormade --skill image-manipulation-image-magick-living-relation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/living-relation/tailormade/tree/main/.agents/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/living-relation/tailormade --skill image-manipulation-image-magick-living-relation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manually resizing, converting, and inspecting images across devices by providing repeatable command-based workflows for common image processing tasks.

Core Features & Use Cases

  • Image Information: Get dimensions, identify formats, and retrieve detailed metadata (e.g., color space).
  • Image Resizing & Thumbnails: Resize single images, batch resize many images, and generate thumbnails while handling aspect ratios.
  • Batch Processing & Conditional Pipelines: Process images in bulk based on dimensions or file types for tasks like wallpaper and thumbnail generation.
  • Cross-platform Operation: Works on Windows (PowerShell with magick) and Linux/macOS (Bash with magick).

Quick Start

Use the image-manipulation-image-magick skill to batch resize all images in a folder into 427x240 thumbnails by running the ImageMagick command magick with the -resize option and an output filename pattern.

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 and generate thumbnails using ImageMagick?

Batch resize images and generate thumbnails by running the ImageMagick `magick` command with the `-resize` option and an output filename pattern to process multiple files in bulk while maintaining aspect ratios.

What's the best way to extract image metadata and dimensions from a file?

Extract image metadata and dimensions by running the ImageMagick `identify` command, which retrieves detailed file information including format, color space, and exact width and height measurements.

How do I convert image formats in bulk for wallpaper resizing?

Convert image formats in bulk for wallpaper resizing by applying conditional processing pipelines with the `magick` command, allowing you to target specific file types and dimensions across an entire folder.

Do I need ImageMagick installed to use this image manipulation workflow?

Yes, you need ImageMagick installed with a usable `magick` executable on your system PATH, as the workflow relies directly on the `magick` and `identify` commands to perform inspections and transformations.

Does this image manipulation Skill work on both Windows and Linux?

Yes, cross-platform operation is supported, working on Windows via PowerShell with `magick` and on Linux/macOS via Bash with `magick` to execute resizing and format conversion tasks.

Can I apply conditional processing to images based on their dimensions?

Yes, you can apply conditional processing pipelines to images based on their dimensions or file types, enabling automated tasks like generating wallpapers or thumbnails only for specific image sizes.