image-manipulation-image-magick

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

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/danielshue/obsidian-vault-copilot --skill image-manipulation-image-magick-danielshue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-manipulation-image-magick
Source: https://github.com/danielshue/obsidian-vault-copilot/tree/main/.github/skills/image-manipulation-image-magick
Command: npx skills add https://github.com/danielshue/obsidian-vault-copilot --skill image-manipulation-image-magick-danielshue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Image Resizing: Resize single images or batches to specific dimensions, create thumbnails, and maintain aspect ratios.
  • Format Conversion: Convert images between various formats (e.g., JPG, PNG, GIF).
  • Metadata Retrieval: Extract detailed information like dimensions, color space, and format from images.
  • Batch Processing: Apply operations to multiple images based on criteria like dimensions or file type.
  • Use Case: You have a folder of high-resolution photos and need to create smaller thumbnail versions for a website. This Skill can batch resize all images to a standard thumbnail size.

Quick Start

Use the image-manipulation-image-magick skill to resize all JPG images in the 'input_images' folder to 400x300 pixels and save them in the 'output_thumbnails' 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 to create thumbnails for a website?

Batch resize images to create thumbnails by applying operations to multiple files in a folder, resizing them to specific dimensions like 400x300 pixels while maintaining aspect ratios and saving them to an output directory.

Can I convert images between JPG, PNG, and GIF formats in bulk?

Convert images between JPG, PNG, and GIF formats in bulk by applying batch processing operations to multiple files based on criteria like file type, automating format conversion across an entire directory.

Do I need ImageMagick installed to process images with this tool?

Image processing with this tool requires ImageMagick to be installed and accessible via the 'magick' command-line tool to perform resizing, format conversion, and metadata extraction.

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

Extract image metadata like dimensions, color space, and format by retrieving detailed information from various image files through automated ImageMagick command-line operations.

What is the best way to automate image manipulation for high-resolution photos?

Automate image manipulation for high-resolution photos by using batch operations to apply resizing, format conversion, and metadata extraction across multiple files, freeing up time for creative work.

Does batch image processing maintain aspect ratios when resizing?

Batch image processing maintains aspect ratios when resizing single images or batches to specific dimensions, ensuring thumbnail creation and image resizing do not distort the original proportions.