Batch image processing using ImageMagick's convert and mogrify commands with support for resize, crop, watermark, and format conversion. Integrates with libvips for high-performance thumbnail generation.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "ImageMagick Batch Processor"
slug: "imagemagick-batch-processor"
description: "Batch image processing using ImageMagick's convert and mogrify commands with support for resize, crop, watermark, and format conversion. Integrates with libvips for high-performance thumbnail generation."
github_stars: 16152
verification: "security_reviewed"
source: "https://github.com/ImageMagick/ImageMagick"
category: "Image & Creative Automation"
framework: "MCP"
tool_ecosystem:
github_repo: "imagemagick/imagemagick"
github_stars: 16152
---
# ImageMagick Batch Processor
Batch image processing using ImageMagick's convert and mogrify commands with support for resize, crop, watermark, and format conversion. Integrates with libvips for high-performance thumbnail generation.
## Installation
Basic usage or getting-started notes:
- One of the key features of ImageMagick is its support for scripting and automation. This allows users to create complex image manipulation pipelines that can be run automatically, without the need for manual intervent...
- [Decorate](https://imagemagick.org/Usage/crop/): add a border or frame to an image.
- [Delineate image features](https://imagemagick.org/Usage/transform/#vision): Canny edge detection, mean-shift, Hough lines.
- Source: https://github.com/ImageMagick/ImageMagick
- Extracted from upstream docs: https://raw.githubusercontent.com/ImageMagick/ImageMagick/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/imagemagick-batch-processor/)
No comments yet. Be the first to comment!