Image Tools
13 image utilities — compress, resize, convert, strip EXIF, watermark, remove backgrounds, decode QR codes. All in your browser, no uploads.
Image workflows without the upload step
Phone photos are the dominant image format of our era and they're constantly slightly wrong for whatever you need to do with them. They're HEIC when the recipient wants JPG. They're 4032×3024 when you need a 1200-pixel-wide thumbnail. They have GPS coordinates embedded that you'd rather strip before posting. They're 8 MB when the upload form caps at 5. Or you want to remove the background, add a watermark, rotate the one page that came out sideways. Each of these is a five-second operation in the right tool — the friction is finding a tool that doesn't require uploading the photo to someone else's server first.
The image tools here run entirely in your browser. The compression and conversion operations use the browser's native Canvas API and image codecs (JPG, PNG, WebP are all built in). HEIC conversion uses heic-to, a WebAssembly port of libheif. EXIF parsing uses exifr (about 15 KB). Background removal uses @imgly/background-removal, which runs a neural network locally via ONNX Runtime Web. QR code reading uses jsQR on either a still image or a live camera feed via getUserMedia. SVG optimization uses svgo. Each library is a lazy chunk that loads only when you actually use the tool — the homepage and the other tool pages don't pay the cost.
For workflows that span multiple operations (HEIC → resize → compress → strip EXIF), run each tool in sequence — the output of one feeds the input of the next. We chose to keep tools focused rather than building one mega-tool with every option exposed at once. Specific guides on common image workflows live in the guides section: how to convert HEIC on Windows, how to strip EXIF before sharing, how to compress images for the web without losing quality, and more.
All image tools
Compress Image
Reduce image file size while maintaining quality
Resize Image
Change image dimensions with aspect ratio control
Convert Image
Convert between PNG, JPG, and WebP formats
QR Code Reader
Scan a QR code with your camera or decode from an image — no app install
Background Remover
Remove the background from a photo with AI — runs locally in your browser
Image Crop
Crop images to a specific area or aspect ratio
EXIF Viewer & Stripper
Inspect or remove camera metadata (including GPS coordinates) from JPG and HEIC photos
Image Rotate / Flip
Rotate by 90° or flip horizontally / vertically — output preserves format
SVG Optimizer
Shrink SVG file size by removing redundant attributes, comments, and metadata
Favicon Generator
Generate a complete favicon set (PNG sizes + ICO + manifest) from a single source image
HEIC to JPG
Convert iPhone HEIC photos to standard JPG that opens anywhere
Image Watermark
Add a text watermark to an image with control over position, opacity, and rotation
Barcode Reader
Scan UPC, EAN, Code 128, QR, Data Matrix, PDF417 from a camera or image