image-processing

Resize, convert, crop, and optimize images using ImageMagick commands.

5|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/WynterJones/OpenPaw --skill image-processing-wynterjones
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-processing
Source: https://github.com/WynterJones/OpenPaw/tree/main/internal/skilllibrary/catalog/image-processing
Command: npx skills add https://github.com/WynterJones/OpenPaw --skill image-processing-wynterjones

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines image manipulation tasks, allowing users to resize, convert formats, crop, optimize, and apply common adjustments to images efficiently using command-line tools.

Core Features & Use Cases

  • Resizing: Adjust image dimensions to specific sizes or within defined bounds, preserving aspect ratio or forcing dimensions.
  • Format Conversion: Convert images between various formats like PNG, JPG, and WebP, with options for quality control.
  • Optimization: Reduce file sizes by stripping metadata or applying lossless compression.
  • Batch Processing: Apply operations to multiple image files in a directory.
  • Use Case: Quickly resize a batch of product photos to fit a website's layout and convert them to WebP for faster loading.

Quick Start

Use the image-processing skill to resize the file 'logo.png' to fit within 800x600 pixels.

Frequently Asked Questions about image-processing

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

FAQPage Schema
How do I batch resize images and convert them to WebP for faster web loading?

Batch resize images and convert formats like PNG or JPG to WebP using command-line operations that adjust dimensions and apply quality control. This process applies operations to multiple files in a directory simultaneously.

What's the best way to optimize image file sizes without losing quality?

Optimize image file sizes by stripping metadata and applying lossless compression through command-line tools. This reduces file sizes deterministically while preserving original image quality for web development and digital asset management.

Do I need ImageMagick installed to resize and crop images from a bash shell?

Yes, ImageMagick is required to resize and crop images from a bash shell. The skill performs image manipulation tasks including resizing, format conversion, and cropping using ImageMagick commands which require bash shell access to process files.

Can I force specific dimensions when converting images between different formats?

Yes, you can force specific dimensions when converting images between formats like PNG, JPG, and WebP. The skill adjusts image dimensions to specific sizes or within defined bounds, either preserving aspect ratio or forcing dimensions.