It started with a stupidly simple problem.
I had an image.
I needed to process it.
That's it.
But somehow the workflow became:
Open tool → convert → find another tool → compress → open another tool → edit → close everything.
At some point I thought:
Why am I using a toolbox just to process one image?
So I built my own.
Meet APIC 🖼️
APIC — Advanced Image Processing Center is a Windows desktop application built around one idea:
Give me the image. I'll handle the boring stuff.
Instead of jumping between applications, APIC puts common image workflows into one workspace.
The boring stuff APIC handles
🖼️ Edit
🔄 Convert
📦 Compress
🔍 Search
🖱️ Drag & Drop
⌨️ Keyboard workflows
It supports formats including PNG, JPG, JPEG, WEBP, BMP, TIFF, GIF, ICO, HEIC and AVIF.
But the features weren't actually the hardest part.
The real problem was architecture.
Adding another button is easy.
Adding another workflow without breaking three existing workflows?
Not so easy. 😅
That's why APIC evolved into a modular application where different parts of the system handle different responsibilities.
The result is a desktop tool that can keep growing without every new feature becoming a potential disaster.
🔒 Why local?
Because an image-processing application doesn't always need your images going somewhere else.
APIC is designed around local processing, keeping the workflow on your machine.
No uploading an image just to perform a basic operation.
⚡ The end goal
I don't want APIC to become another gigantic piece of software with 500 buttons nobody uses.
I want it to do something much simpler:
Take the annoying image task out of your way.
Open APIC.
Drop your image.
Do the thing.
Move on.
🧪 Want to test that idea?
I've released the current Windows build.
Download APIC:
https://github.com/Akhouri-Anmol-Kumar/APIC/releases/download/APIC/APIC.zip
Extract it and run it.
Then give it your most annoying image-processing task.
If APIC handles it well, tell me what you did.
If it doesn't, tell me what broke.
Both answers are useful. 👇
APIC
"We Build What Others Forgot To Fix"
Top comments (0)