Data
52 installs
Image Manipulation with ImageMagick
by github/awesome-copilot
Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with…
Skill content
Image processing and manipulation using ImageMagick across Windows, Linux, and macOS. - Retrieve image metadata, dimensions, and format information with the identify command - Resize single or batch images with aspect ratio control and thumbnail generation - Filter and process images based on dimensions or file type criteria - Requires ImageMagick installed and available as magick on PATH; includes platform-specific setup for PowerShell (Windows) and Bash (Linux/macOS) Image Manipulation with ImageMagick This skill enables image processing and manipulation tasks using ImageMagick across Windows, Linux, and macOS systems. When to Use This Skill Use this skill when you need to: - Resize images (single or batch) - Get image dimensions and metadata - Convert between image formats - Create thumbnails - Process wallpapers for different screen sizes - Batch process multiple images with specific criteria Prerequisites