Your file is decoded locally
The browser reads the file you selected using the File and ImageBitmap APIs. That happens in the page, on your machine.
Image processing happens on your device
Resize, crop, compress, convert, rotate and watermark images in the browser. No account, no queue, and no copy of your file sitting on someone else's server — because the image never leaves the tab.
30 image tools working today. Tools still in development are labelled as such rather than shown as empty boxes.
The browser reads the file you selected using the File and ImageBitmap APIs. That happens in the page, on your machine.
Resizing, cropping, rotating and filtering are canvas operations. The result is re-encoded by the browser's own JPEG, PNG or WebP encoder.
The finished file is handed to you as an in-memory blob. No request carrying image data is made, which you can verify in your browser's network panel.
PDF tools and background removal cannot be built this way yet, so they are marked unavailable instead of quietly routing your file through a server. Read the file-handling detail.
Shrink file size for web pages, email attachments and messaging apps.
Change pixel dimensions, cut to an aspect ratio, or hit an exact upload limit.
Move between JPG, PNG, WebP, AVIF, BMP and GIF without installing anything.
Rotate, flip, grayscale, blur, watermark and tune an image.
Isolate a subject or replace what sits behind it.
Most real jobs take two or three steps in a specific order. Doing them the other way round loses quality for no reason.
Formats
Pick JPG for photographs that must open anywhere, PNG for flat-colour graphics and transparency, WebP as the default for websites, AVIF when you can control the audience, and GIF only for legacy animation. The differences come down to whether the format throws information away and whether it can store transparency.
Privacy
Some browser tools process your image entirely on your device; others upload it to a server and simply do not say so. You can tell which is which by opening your browser's network panel and watching for an outgoing request when you press the process button. Everything else on the page is marketing.
Workflow
Browsers handle geometry and encoding — resize, crop, rotate, convert, compress, watermark — as well as any desktop application. They are a poor fit for detailed retouching, colour-managed print work and layered composition, which need pixel-level control and a colour profile pipeline.