image-manipulation-image-magick

Automate image resizing, format conversion, and metadata extraction with ImageMagick.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill image-manipulation-image-magick-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill image-manipulation-image-magick-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual overhead of checking image properties, resizing files, converting formats, and preparing thumbnails or wallpapers at scale.

Core Features & Use Cases

  • Image Metadata Inspection: Quickly retrieve dimensions and detailed image information for one file or many files.
  • Resizing and Format Conversion: Create exact-size outputs, preserve aspect ratios, and convert between common image formats.
  • Batch Image Workflows: Process folders of images based on size or file type for thumbnail generation, wallpaper adaptation, and bulk asset cleanup.
  • Use Case: A designer can point this Skill at a folder of product photos to generate web-ready thumbnails and standardized output sizes in one pass.

Quick Start

Ask the Skill to resize a set of images to 427 by 240 pixels and save the results as thumbnails in a new output folder.

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 convert formats across an entire folder?

Batch image resizing and format conversion across a folder is handled by pointing the process at the directory to generate standardized outputs like web-ready thumbnails in one pass.

What's the best way to generate thumbnails from a large set of product photos?

Generating thumbnails from a large set of product photos is achieved by applying batch image workflows that process folders based on file type and save exact-size outputs to a new directory.

Can I extract image metadata and dimensions for multiple files at once?

Extracting image metadata and dimensions for multiple files at once is supported by the image metadata inspection feature, which quickly retrieves detailed information for one file or many files.

Does ImageMagick batch processing work on Windows, Linux, and macOS?

ImageMagick batch processing works across Windows, Linux, and macOS, requiring only the magick command on PATH and supporting both PowerShell and Bash workflows for deterministic image handling.

How do I convert images to exact sizes while preserving aspect ratios?

Converting images to exact sizes while preserving aspect ratios is done through the resizing and format conversion features, which create exact-size outputs and standardize wallpaper dimensions.

Do I need to install ImageMagick separately to run automated image processing scripts?

Installing ImageMagick separately is required to run automated image processing scripts, because the dependency must be present on PATH for the batch processing and resizing operations to execute.