image-manipulation-image-magick
OfficialResize, convert, and batch-process images.
Design & Creative#metadata#batch processing#image processing#ImageMagick#resize#thumbnail#format conversion
Authorgithub
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Image editing and optimization often requires switching between tools and writing repetitive scripts. This skill standardizes image manipulation tasks, saving time and ensuring consistent results across projects.
Core Features & Use Cases
- Image Information: Get dimensions and metadata for images, including format and color space.
- Image Resizing: Resize single images or batches while preserving aspect ratio and generating thumbnails.
- Format Conversion: Convert between common formats (JPEG, PNG, WebP, etc.).
- Batch Processing: Apply transformations to large sets of images based on size or format criteria.
- Use Case: Prepare a product gallery by resizing photos to 1024x768 and creating 200x200 thumbnails for the storefront.
Quick Start
Use the ImageMagick tool to perform tasks on your images. Quick Start:
- Resize an image: magick image.jpg -resize 800x600 output.jpg
- Create a thumbnail: magick image.jpg -resize 200x200 thumbnail.jpg
- Get dimensions: magick identify -format "%wx%h" image.jpg
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: image-manipulation-image-magick Download link: https://github.com/github/awesome-copilot/archive/main.zip#image-manipulation-image-magick Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.