imagemagick-conversion

Automate image conversion and resizing with ImageMagick for batch processing.

1|2|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/zhangdszq/vk-skills --skill imagemagick-conversion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: imagemagick-conversion
Source: https://github.com/zhangdszq/vk-skills/tree/main/imagemagick-conversion
Command: npx skills add https://github.com/zhangdszq/vk-skills --skill imagemagick-conversion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Image editing and format conversions are often manual and error-prone; this skill provides guidance and best practices for using ImageMagick to automate common image processing tasks.

Core Features & Use Cases

  • Format conversion between PNG, JPEG, WebP, GIF, TIFF, etc.
  • Resizing and aspect ratio support to fit target dimensions or percentages.
  • Batch processing of large image sets for consistent results.
  • Thumbnail generation and quality optimization for web and print assets.
  • Practical scenarios: convert a folder of photos to WebP at 80% quality, generate 200x200 thumbnails, or resize images to fit 1024px width while preserving aspect ratio.

Quick Start

Convert an input.jpg to output.png with 800x600 dimensions using ImageMagick.

Frequently Asked Questions about imagemagick-conversion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch convert a folder of images to WebP format?

Batch convert images to WebP by applying ImageMagick commands to an entire folder, setting consistent quality parameters like 80% for optimized web assets.

How do I generate thumbnails and resize images while preserving aspect ratio?

Resize images to specific dimensions like 1024px width or generate 200x200 thumbnails using ImageMagick, which preserves the original aspect ratio during processing.

What is the best way to automate image format conversion across large image sets?

Automating image format conversion across large image sets is best handled by ImageMagick batch processing, ensuring consistent format changes between PNG, JPEG, TIFF, and GIF.

Do I need ImageMagick installed to use this skill for image processing?

Yes, ImageMagick must be installed in your environment, as this skill applies its command patterns for resize, quality tuning, and format conversion operations.

Can I tune quality settings when converting images to JPEG or PNG?

You can tune quality settings during image conversion by specifying quality parameters in ImageMagick commands, optimizing output file sizes for web or print assets.