OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add github/awesome-copilot --skill image-manipulation-image-magick
Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.
npx skills add github/awesome-copilot --skill image-manipulation-image-magick
This skill enables image processing and manipulation tasks using ImageMagick across Windows, Linux, and macOS systems.
Use this skill when you need to:
magick (or at C:\Program Files\ImageMagick-*\magick.exe)apt, brew, etc.)magick executablePowerShell (Windows):
Bash (Linux/macOS):
PowerShell (Windows):
Bash (Linux/macOS):
PowerShell (Windows):
Bash (Linux/macOS):
PowerShell (Windows):
Bash (Linux/macOS):
PowerShell (Windows):
Bash (Linux/macOS):
& operator (PowerShell) - Invoke the magick executable using & in PowerShell$magick for cleaner codeForEach-Object (PowerShell) or for loops (Bash)! to force exact dimensions or ^ for minimum dimensionsconvert instead of magick (ImageMagick 6.x vs 7.x)`