A complete image toolbox in your browser
Most online image editors require an upload, a sign-up, or a watermark on the output. The Image Studio works differently: every operation runs locally using the HTML5 canvas API and a small machine-learning model that downloads once and stays cached. Your photos never touch a server.
The tool combines five common workflows that usually require separate apps: resize, crop, compress, convert format, and remove background. Each output is delivered as a downloadable file with no quality loss other than the lossy compression you choose to apply.
Operations
- Resize with aspect-ratio lock — scale to a specific width, height, or longest edge.
- Crop with a draggable selector and live aspect-ratio presets (square, 16:9, 4:3, 3:2).
- Compress JPEG and WebP with a quality slider; preview the resulting file size in real time.
- Convert between PNG, JPEG, and WebP — useful when shrinking a PNG screenshot for the web.
- Remove the background using a transformer-based model that runs entirely in the browser.
How background removal works
The background remover loads a compact machine-learning model (around 10 MB) the first time you use the feature. The model identifies the foreground subject and emits a transparent PNG. Because the model runs in your browser via WebAssembly, no image is ever uploaded. The first run takes a few seconds to download the model; subsequent runs are instant.