About FAYTRONIX Image Tools
A browser-based image editor built around one idea: your photos should not have to leave your computer.
Why we built this
Most free online image tools work the same way. You upload your photograph to a server somewhere, the server does the work, and you download the result. It is convenient, and it is also a strange thing to do casually. You have handed a copy of a personal file to a company you know nothing about, to be processed on hardware you cannot inspect, under a retention policy you did not read.
For a holiday snapshot that might not matter. For a passport scan, a signed contract, a medical photograph, an unreleased product shot or a picture of your children, it matters a great deal. And the irony is that the upload is usually unnecessary: modern browsers have been able to decode, manipulate and re-encode images entirely on their own for over a decade.
FAYTRONIX Image Tools is built on that capability. Every operation runs on your device. There is no upload endpoint, because there is nothing to upload to.
How it actually works
When you open an image here, the browser reads the file from your disk into memory and decodes it into raw pixels. Our code then manipulates those pixels directly — building lookup tables for colour adjustments, running convolution passes for sharpening and blurring, resampling for resizes — and re-encodes the result into whatever format you asked for. All of this uses the HTML Canvas API, which is a standard part of every current browser.
Three consequences follow from that design, and they are the reasons we think it is the right one:
- Privacy is structural, not a promise. We are not asking you to trust a policy document. There is no code path that could send your image anywhere.
- There are no artificial limits. No upload cap, no daily quota, no queue, no premium tier for larger files. The only constraint is your own device's memory.
- It works offline. Once the page has loaded, you can disconnect entirely and keep editing.
The trade-off is honest: heavy work on a very large photograph takes a few seconds of your processor's time rather than a server's. We think that is a fair exchange, and we spend real effort on making the pixel code fast so it rarely gets in your way.
What we care about
Telling you the truth about your files
When the editor shows you an output file size, it has genuinely encoded the image to measure it. It is not an estimate or a guess based on dimensions. When it says a format cannot store transparency, it says so before you lose it rather than afterwards.
Not adding weight for its own sake
The whole editor is a single HTML file with no external libraries, no framework and no tracking beyond basic analytics. It loads fast on a slow connection and on an old phone, which matters more to most people than any feature we could add in its place.
Being clear about limits
There are things this editor does not do. It cannot write GIF or TIFF files. It cannot open HEIC photographs except in Safari. It has no layers and no freehand brush yet. We would rather list those plainly than let you discover them halfway through a job.
Who it is for
People who need to shrink a photograph for a website and do not want to install anything. Developers generating favicons and icons. Anyone who has to blur a face or a number plate before posting a picture. Someone preparing a hundred product images to the same specification. Students, designers, marketers, and people who simply want to crop a photo without signing up for something first.
The wider FAYTRONIX project
Image tools are the first part of a planned family of browser-based utilities that share the same principle: do the work locally, keep the interface fast, and be straightforward about what the software can and cannot do.
Get in touch
We read everything that arrives. Bug reports and feature requests are genuinely welcome — see the contact page.