Introduction

Image Tools is a set of image utilities that run entirely in your browser: compression, format conversion, AI upscaling, and AI background removal. No server, no uploads, no account.

The three tools

ToolPathWhat it does
Compress / Compression and format conversion — JPEG / PNG / WebP / AVIF / JPEG XL, in batches.
Upscale /upscale/ 4× upscaling with Real-ESRGAN, rebuilding detail rather than interpolating pixels.
Remove background /cutout/ BiRefNet finds the subject and drops the background, producing a transparent PNG or a solid backdrop.

Why "in your browser"

Most online image tools process your files on a server. Your photos leave your device, sit on someone else's machine, and come back — no matter how sincerely they promise to delete them afterwards, the files have already left the room.

These tools do the opposite:

The trade-off is a first-run download for the model weights (4.9 MB for upscaling, 94 MB for background removal) and processing speed that depends on your own hardware. What you get back is privacy and unlimited use — a good trade for private photos, ID pictures, or screenshots with sensitive information in them.

The only external request is fetching background-removal weights from HuggingFace on first use (94 MB or 452 MB). They are cached by the browser afterwards. Your images are never uploaded.

Next steps