image-manipulation-image-magick

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

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill image-manipulation-image-magick-lluppesms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill image-manipulation-image-magick-lluppesms

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex and time-consuming tasks of image processing, resizing, and format conversion, making it easy to manage visual assets efficiently.

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 about images, including dimensions and format.
  • Use Case: Automatically create thumbnails for a gallery of product images or resize a collection of wallpapers to fit standard screen resolutions.

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 and convert formats using ImageMagick?

Batch resize images and convert formats using ImageMagick by executing the 'magick' command to transform multiple files between JPG and PNG while maintaining aspect ratios. This skill automates bulk image transformations across Windows, Linux, and macOS.

Do I need ImageMagick installed to resize wallpapers and create thumbnails?

Yes, ImageMagick must be installed and accessible via the 'magick' command to resize wallpapers and create thumbnails. This skill relies on the local ImageMagick installation to process images and extract metadata across supported operating systems.

What is the best way to extract image dimensions and format metadata?

The best way to extract image dimensions and format metadata is using this skill's ImageMagick integration. It retrieves detailed image information directly through the 'magick' command, providing dimensions and format specifics for visual assets.

Can I convert a PNG image to JPG while maintaining the aspect ratio?

Yes, you can convert PNG images to JPG while maintaining aspect ratios. This skill uses ImageMagick to resize single images or batches to specific dimensions, ensuring proportions are kept during format conversion.

Does ImageMagick batch processing work on macOS and Linux?

ImageMagick batch processing works on macOS, Linux, and Windows. This skill supports bulk image transformations across these platforms, provided the 'magick' command is installed and accessible in the system environment.