Skip to content
Lite Image Editor

About Lite Image Editor

Last reviewed: August 2026

What this is

Lite Image Editor is a set of image tools that run in the browser with nothing to install: crop, convert between formats, remove the background, pull the silhouette out of an object, apply colour filters, vectorise a logo, and erase things from a photo by rebuilding what was behind them.

There are no accounts and no signup. No email is asked for, no trial expires, and nothing gets a watermark. Open a tool, drop an image, download the result.

Alongside the seven tools there are pages for the specific conversions people actually search for — HEIC to JPG, PNG to ICO, WEBP to PNG — because each one has its own traps and deserves explaining on its own rather than hiding inside a dropdown.

Why images are processed on a server

Almost every free online editor does the work inside the browser. It's a reasonable call — it's cheap and the image never leaves — but it hits a ceiling you notice fast: the browser can't open HEIC, the format your iPhone saves photos in, or JXL, and whether it handles AVIF depends on which version you're running. It also can't run a decent segmentation model to lift a person off a background, or rebuild the patch of wall left behind when you erase an object.

Here the work is done by a server of our own, rented in Finland, inside the European Union. That's what makes it possible to accept eleven input formats instead of four, and for background removal to take two or three seconds and hand back a usable cutout rather than a jagged outline.

The price of that decision is that the image leaves your machine, which is why it's worth saying exactly what happens to it: it travels encrypted, it's processed, it comes back, and the temporary files delete themselves shortly after. They aren't kept, they aren't reviewed by hand, and they aren't used to train any model.

Who runs it

It's an independent project, run by one person from Mexico. There's no company behind it, no team and no investors: there's someone who rents a server, writes the code and answers the email.

That explains some of what you see around the site. There's no support chat because nobody would be on the other end at three in the morning; there's an email address, and replies go out on working days. There's no roadmap of features promised for next quarter either, because there is no next quarter.

If something breaks, or there's a format you're missing, writing in is the way and all of it gets read.

How it pays for itself

With advertising. The server doing the work costs money every month, and the only alternatives would be charging for it or requiring an account so the data behind it could be monetised, and neither fits the idea.

The ads sit where they're visible but not where they're in the way: they don't open by themselves, they don't cover the tool, and they don't come between you and the download button. Advertising cookies aren't loaded until you consent through the site's banner, and you can withdraw that whenever you like.

Usage is measured with Cloudflare Web Analytics, which is aggregate, uses no cookies and builds no identifier that follows you between sites or between visits. It exists to tell which tools are needed and which aren't.

What this site doesn't do

It doesn't store your images or build a gallery out of what people upload. It never asks you to identify yourself. It adds no watermark, sets no daily file limit, and holds no good features back for a paid tier that doesn't exist.

And it claims no rights over what you process: the image is yours before and after it passes through here, results included, commercial use included.

Where it stands now

The seven tools are published and working. The API converts between a good many more format combinations than have pages of their own, and those pages get written one at a time: publishing an empty page for every possible pair would be faster and considerably worse.

Next on the list is measuring and publishing the real size each conversion produces, so that every pair page says with numbers what it currently tells you in words.