Editor › Why PhotoAIA?
Why does PhotoAIA exist, and what is it trying to become?
PhotoAIA exists because professional print work deserved a browser editor that takes color seriously. It is a from-scratch engine built CMYK-first around real ICC management, it processes everything locally on your machine, and it deliberately chose depth in print production over breadth in AI features.
Why we built it
Every browser editor we tried treated CMYK as a preview and color management as an afterthought. If you prepare files for print, that is not a small gap — it is the whole job. Values that drift between tools cost real money on press. So instead of bolting a CMYK mode onto an RGB editor, we built the engine around color management from the first commit: LittleCMS compiled to WebAssembly, separation through actual ICC profiles, all four rendering intents, black point compensation, soft proofing and per-plate inspection.
The engine is original code — its own tile-based document model, its own undo history, its own WebGL2 compositor with a 2D fallback. Not a wrapper, not a fork. That was slower to build, but it means the color pipeline is not fighting someone else’s architecture.
Why the browser
The browser is the only runtime that is already installed on every professional’s machine, updates itself, and sandboxes what runs inside it. WebAssembly made real color science practical there; WebGL2 made a GPU compositor practical; web workers keep 35-megapixel rotations off the interface thread. The trade-offs are real too — an 8-bit editing engine, memory ceilings, desktop browsers only — and we state them rather than hide them.
A browser app also removes the quiet frictions that keep tools out of people’s hands: no installer, no license server, no admin rights, no platform lock. Open a tab, open a file, work.
Why local-first
Your files never leave your machine. Editing, saving, exporting, autosave recovery — all of it runs in the tab. That is not a privacy policy promise that could change; it is the architecture. There is no upload pipeline to misuse. Analytics are opt-in and never carry file contents or names, and nothing you make is used to train AI models.
Local-first also means client work stays client work. A prepress operator handling unreleased packaging cannot send it to a server by accident, because there is no server to send it to.
Why CMYK and ICC instead of AI image generation
The industry is racing to generate images. We chose the unglamorous other end of the pipeline: making sure the image you already have prints the way you approved it. That problem is older than the web and still costs designers money every day. It rewards correctness, honesty about limitations, and independent validation — our TIFF output is checked against libtiff and tifffile, our print PDF against poppler’s pdfinfo, not just against ourselves.
Generative features may earn a place someday, but they will never displace the core: color you can trust, in files a press can use.
What PhotoAIA is trying to become
- A browser tool for CMYK, ICC color management and print-ready output whose every claim a professional can verify.
- A professional raster editor with honest PSD and TIFF interoperability.
- Documentation for print workflows on the web that professionals cite because it is accurate.
- Software whose stated capabilities are enforced by tests — an overclaim fails our build.
What it is not trying to become
- A Photoshop clone. Photoshop is broader in almost every direction; we compare honestly and link the comparisons below.
- An AI image generator or a social platform.
- A vector illustration, page layout or video tool.
- A subscription with your files as leverage. PhotoAIA is free, without ads or accounts, and your work stays yours.
Honesty as a feature
The PDF export writes full PDF/X-4 structure and passes a sixteen-requirement internal self-check, but no independent validator has certified it — so the product does not call it PDF/X-4. The editor is 8-bit; a 16-bit TIFF you import is preserved and re-exported sample-exact only while your edits stay lossless, and the interface tells you the moment that changes. Public beta status is printed on the page. We think stating limits this plainly is why professionals can trust the strengths.
Questions
- Is PhotoAIA a Photopea clone or wrapper?
- No. Its engine, document model and GPU renderer are original code built for this project, not a wrapper around another editor.
- Is PhotoAIA’s PDF export certified PDF/X-4?
- No. It writes PDF/X-4 structure and passes an internal conformance self-check, but no independent validator has certified it, so it is not labelled PDF/X-4.
- Will PhotoAIA add AI image generation?
- It is not on the roadmap. The focus is color accuracy and print production. If generative tools ever arrive, they will be additions to that core, not a replacement for it.
- Who makes PhotoAIA?
- AIA Systems. The editor is free, has no ads and no accounts, and processes files locally in your browser.