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
- Compress / optimize JPEG, PNG, WebP
- Convert between formats (incl. AVIF/WebP)
- Resize, crop, and rotate
- Strip EXIF and privacy metadata
- SVG optimizer
- Image to Base64 / Data URI
- Batch processing
- 100% client-side. Images never uploaded
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.