What problem does it solve? Manually converting, resizing, and optimizing images one by one is slow and error-prone, especially when preparing assets for web deployment or processing large batches of files. ## Core Features & Use Cases - Format Conversion: Convert between PNG, JPEG, WebP, GIF, and TIFF formats individually or in batch with mogrify. - Resizing & Thumbnails: Resize by percentage, dimensions, or aspect-ratio-preserving constraints, and generate thumbnails quickly. - Quality & Optimization: Adjust compression quality, strip metadata to reduce file size, and apply transformations like rotate, crop, and flip. - Use Case: You have a folder of 200 JPEG photos that need to be resized to a maximum width of 1920px and converted to WebP for a website. A single mogrify command handles the entire batch while preserving the originals. ## Quick Start Ask the assistant to convert all JPEG images in the current folder to WebP format resized to 800 pixels wide using ImageMagick.