Image Toolkit - Compress, Convert, Resize, EXIF

Privacy-first image toolkit: compress, convert (PNG/JPEG/WebP), resize, crop, rotate, strip EXIF, optimize SVG, encode to base64. 100% client-side.

Features

Frequently Asked Questions

Why should I strip EXIF data?

EXIF metadata can contain GPS coordinates, device model, timestamps, and even thumbnails. Stripping it before sharing protects your privacy and reduces file size. This is especially important for photos shared publicly.

Which image format should I use?

WebP and AVIF offer the best compression for the web (smaller than JPEG/PNG with similar quality). Use PNG for crisp transparency and line art, JPEG for photographs, and SVG for logos and icons.

Are my images uploaded to a server?

No. Every operation runs in your browser using the Canvas API and WebAssembly. Your images never leave your device, making the toolkit safe for sensitive or private photos.