image-manipulation-image-magick

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

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/BrunoAMSilva/my-config --skill image-manipulation-image-magick-brunoamsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/BrunoAMSilva/my-config/tree/main/coding/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/BrunoAMSilva/my-config --skill image-manipulation-image-magick-brunoamsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines image processing tasks by providing cross-platform, scriptable instructions to resize images, convert formats, and extract metadata without manual GUI work.

Core Features & Use Cases

  • Cross-platform execution: Worked examples and patterns for PowerShell on Windows and Bash on Linux/macOS.
  • Resizing and thumbnails: Resize single images or batch-produce thumbnails while preserving aspect ratio or forcing dimensions.
  • Format conversion and metadata: Convert between common image formats and retrieve detailed image information for filtering and conditional processing.
  • Batch workflows: Identify images by dimensions or type, then apply transformations to large collections such as wallpapers or photo libraries.

Quick Start

Use ImageMagick to resize a folder of images to 427x240 and save thumbnails into an output 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 and generate thumbnails from the command line?

Batch resize images and generate thumbnails from the command line by scripting ImageMagick transformations in Bash or PowerShell, processing entire folders to force dimensions or preserve aspect ratio into an output directory.

How does ImageMagick retrieve image metadata for conditional batch processing?

ImageMagick retrieves detailed image metadata to identify files by dimensions or type, enabling conditional batch processing workflows that automatically filter and apply transformations to large photo collections or wallpaper libraries.

Can I use ImageMagick to convert image formats across Windows, Linux, and macOS?

You can use ImageMagick to convert image formats across Windows, Linux, and macOS by executing cross-platform script patterns in PowerShell or Bash, converting between common image formats without manual GUI work.

Do I need ImageMagick installed on PATH to batch process images with this Skill?

Yes, you need ImageMagick installed and available as the magick command on PATH to batch process images, as this Skill generates scriptable instructions and worked examples relying on that specific environment setup.

What is the best way to prepare a folder of wallpapers without manual GUI editing?

The best way to prepare a folder of wallpapers without manual GUI editing is to run scriptable ImageMagick commands that identify images by dimensions and apply batch transformations across Windows, Linux, and macOS.

Why are my ImageMagick conditional processing scripts not working on Windows?

Conditional processing scripts not working on Windows may result from using Bash patterns instead of the required PowerShell patterns; this Skill provides specific cross-platform execution examples for Windows and Linux/macOS environments.