Image Compressor
Compress images locally with quality and size controls.
Compress, resize, crop, and convert images locally, plus QR generation and safe SVG preview—no uploads. Browse this curated wowTools collection of local
Image Toolkit gathers the browser-based steps that prepare a picture for the web: shrink the file, fit it to a layout, crop for composition, convert to the format you actually serve, and sanitise SVG before inlining it. Processing uses Canvas and Web Worker APIs with explicit size limits, so large photos fail loudly instead of freezing a phone.
Compress images locally with quality and size controls.
Resize images by size or percent, locally.
Crop images with accessible numeric controls.
Convert images to PNG, JPEG, or WebP locally.
Sanitize, preview, and clean SVG locally.
Create PNG/SVG QR codes locally—no API.
Sample image colors and copy hex/rgb locally.
Most image chores are a short pipeline rather than a single action. Cropping decides the subject, resizing decides the pixel budget, conversion decides the delivery format, and compression trims what remains—doing them in that order preserves the most quality per byte.