Dev Tools

Image Tools

Compress, resize, crop, convert, and inspect images in the canvas. Photos stay on this device.

8 tools · 100% browser-based · No uploads · No signup

About these Image tools

Image compression, resize, crop, format conversion, EXIF viewing, color extraction, blur, and simple background removal all happen in the canvas and in-browser codecs. Your photo is not uploaded to an image CDN we control.

That is useful for screenshots with credentials in EXIF GPS, or product shots you are not ready to host. Quality still follows the codec: JPEG is lossy, PNG is better for UI chrome, WebP is often smaller for photos on the web.

Tools in this category

How these tools run in your browser

The file is read with FileReader or createImageBitmap, drawn to a canvas, and exported with toBlob. Metadata viewing parses EXIF tags locally. Background removal here is a light/white threshold, not a neural matting model, so it works best on high-contrast product shots.

Common Use Cases

  • Shrink a PNG screenshot before attaching it to a ticket
  • Strip GPS and camera EXIF before you publish a photo
  • Convert a WebP you cannot open in an older editor to PNG
  • Pull a palette from a brand screenshot
  • Blur a face or license plate in a demo image

Common Mistakes

Re-saving JPEG multiple times adds generation loss. Keep a lossless original.
Canvas export may drop animation from GIFs.
EXIF orientation can make a photo look rotated until you apply the flag.
White-background removal will eat pale product edges. Tune tolerance and inspect the alpha.

Frequently Asked Questions

Is this as good as Photoshop or a cloud BG remover?

No. These are fast local utilities. Hair, glass, and busy backgrounds need a dedicated editor or a model-based service you trust.

Will compression keep EXIF?

Usually not after canvas export. If you need metadata, copy it separately or use a tool that round-trips JPEG markers.

What size limit should I expect?

Very large camera RAWs are not the target. Multi-megapixel JPEG/PNG/WebP are fine on a typical laptop. If the tab hangs, resize first or use a desktop app.