Transforms and optimizes images through resizing, cropping, color adjustment, and format conversion directly within the Claude Code terminal.
This skill provides a comprehensive suite of image manipulation tools for Claude Code, enabling developers to perform programmatic adjustments like resizing, rotating, and filtering without leaving the environment. Built on Pillow and numpy in an isolated virtual environment, it supports advanced batch processing, automatic edge trimming, padding, and format conversion (JPG, PNG, WebP) while intelligently handling backups. It is an essential utility for web development workflows, asset optimization, and quick image inspection during the development process.
주요 기능
012 GitHub stars
02Advanced resizing and scaling with support for fixed dimensions, percentages, or aspect-ratio fits.
03Geometric transformations including rotation, flipping, cropping, and automatic edge trimming (trim-fuzz).
04Professional filters such as Gaussian blur and sharpening for asset preparation.
05Visual enhancements for brightness, contrast, saturation, and grayscale conversion.
06Format conversion and metadata extraction for WebP, PNG, JPG, GIF, and BMP.
사용 사례
01Batch processing screenshots to remove borders, adjust lighting, and convert to modern formats like WebP.
02Quickly inspecting image metadata like dimensions, DPI, and color mode during UI development.
03Automating the creation of responsive web thumbnails and optimized assets for production.