image-manipulation-image-magick

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

6|8|Updated Apr 22, 2023
One-click install
npx skills add https://github.com/Ansteorra/KMP --skill image-manipulation-image-magick-ansteorra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/Ansteorra/KMP/tree/main/.github/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/Ansteorra/KMP --skill image-manipulation-image-magick-ansteorra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious and time-consuming tasks of image processing, such as resizing, format conversion, and metadata extraction, freeing up your time for more creative work.

Core Features & Use Cases

  • Image Resizing: Resize single images or batches to specific dimensions while maintaining aspect ratios.
  • Format Conversion: Convert images between various formats (e.g., JPG, PNG).
  • Metadata Retrieval: Extract detailed information like dimensions, color space, and format.
  • Use Case: Quickly generate thumbnails for a website by batch resizing all uploaded product images to a standard thumbnail size.

Quick Start

Use the image-manipulation-image-magick skill to resize the image 'logo.png' to 400 pixels wide.

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 using the command line?▼

Batch resize images by executing ImageMagick command-line scripts to process multiple files, scaling them to specific dimensions while maintaining aspect ratios for bulk image operations.

Can I convert images between formats like JPG and PNG in bulk?▼

Yes, you can convert images between formats like JPG and PNG in bulk. The skill automates ImageMagick format conversion across batches, changing file extensions while preserving image data.

How do I extract image metadata like dimensions and color space?▼

Extract image metadata like dimensions and color space by running ImageMagick identification commands. This retrieves detailed file information including format specifications and color profiles for digital images.

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

Yes, you need ImageMagick installed and accessible via the 'magick' command to use this image manipulation skill. The environment must have the command-line tool configured for the scripts to execute properly.

What is the best way to generate website thumbnails from product images?▼

The best way to generate website thumbnails from product images is batch processing with ImageMagick. It resizes all uploaded product images to a standard thumbnail size, maintaining aspect ratios automatically.

Are there limitations when using ImageMagick for image processing?▼

Limitations when using ImageMagick for image processing include dependency on local installation of the 'magick' command, meaning the environment must support command-line execution for the batch scripts to function.