What problem does it solve? Editing image assets by hand—resizing exports, removing backgrounds, cutting sprite sheets, and generating CSS positions—is repetitive and error-prone. This Skill performs deterministic, non-destructive image operations from the command line so agents can produce consistent PNG, WebP, AVIF, ICO, and other outputs without overwriting source files. ## Core Features & Use Cases - Resize and Convert: Batch-resize images with contain/cover/fill/inside fit modes, pad to exact dimensions, and export multiple formats including multi-resolution ICO favicons. - Transparency and Masking: Remove backgrounds with color keying, luminance keying, Magic Wand-style contiguous flood fill, or recolor artwork into single-color icons with alpha preserved. - Sprite Sheet Splitting: Cut regular icon grids into individual assets while emitting JSON metadata, CSS background-position rules, and an annotated preview for verifying crop geometry. - Use Case: Given a weather icon sprite sheet with a black background, remove the black via key-color, split the 8x4 grid into trimmed square PNG icons, and generate the matching CSS sprite classes in one workflow. ## Quick Start Ask the agent to inspect your image, then resize it to 512x512 PNG with a transparent background using the photo-processing skill.