imagemagick-conversion

Convert and manipulate image files with ImageMagick magick and mogrify commands.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill imagemagick-conversion-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick-conversion
Source: https://github.com/SpaceZephyr/myskill/tree/main/imagemagick-conversion
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill imagemagick-conversion-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of converting, resizing, and preparing images for different formats, sizes, and delivery targets.

Core Features & Use Cases

  • Format Conversion: Turn images into PNG, JPEG, WebP, GIF, or TIFF as needed.
  • Resizing and Cropping: Scale images by percentage or dimensions, crop regions, and generate exact-fit outputs.
  • Batch Image Processing: Process many files at once for thumbnails, web optimization, or multi-format export.
  • Use Case: A designer can take a folder of product photos and quickly produce resized, compressed WebP versions for a website.

Quick Start

Ask the skill to convert the attached image into an optimized web-ready thumbnail with the target format, size, and quality you want.

Frequently Asked Questions about imagemagick-conversion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch convert images to WebP for web optimization?

Batch converting images to WebP for web optimization is done by processing multiple files at once to resize, compress, and export them into the target format. This Skill applies deterministic operations using ImageMagick mogrify commands to handle entire folders efficiently while preserving originals.

What is the best way to generate thumbnails from a folder of product photos?

Generating thumbnails from a folder of product photos requires scaling images by exact dimensions or percentages to produce smaller versions. This Skill uses ImageMagick magick commands to perform batch resizing and cropping, creating exact-fit outputs for web delivery.

Can I strip metadata and control JPEG quality during image conversion?

Stripping metadata and controlling JPEG quality during image conversion is supported through deterministic file operations. This Skill uses ImageMagick commands to apply compression settings, remove metadata, and preserve original files while outputting to JPEG, PNG, WebP, GIF, or TIFF.

Does ImageMagick work for converting PNG files to TIFF format?

ImageMagick works for converting PNG files to TIFF format by applying format changes across common raster workflows. This Skill supports conversions between JPEG, PNG, WebP, GIF, and TIFF, handling basic transformations and compression for each target format.

How do I resize and crop images to exact dimensions for web layouts?

Resizing and cropping images to exact dimensions for web layouts involves scaling by specific percentages or cropping regions to fit target sizes. This Skill applies ImageMagick magick commands to perform these transformations and generate exact-fit outputs for web optimization.

What are the limitations of using ImageMagick for batch image processing?

Limitations of using ImageMagick for batch image processing include its focus on common raster workflows and basic transformations, meaning it handles standard resizing, compression, and format changes rather than advanced vector graphics or complex layered image editing.