DEV Community

Akhouri Anmol Kumar
Akhouri Anmol Kumar

Posted on

๐Ÿงฉ The Problem Wasn't Image Editing. It Was Everything Around It.

Here's a stupidly familiar workflow:

Someone sends you an image.

You download it.

Then you realize it's the wrong format.

So you open a converter.

Then the file is too large.

So you open a compressor.

Then you notice the image needs a few adjustments.

Now you're opening an editor.

Then you need to resize it.

Another tool.

At some point you're sitting there thinking:

โ€œBroโ€ฆ I'm just trying to process one image.โ€ ๐Ÿ’€

That annoyance is what eventually turned into APIC.

๐Ÿ› ๏ธ I Didn't Start With โ€œLet's Build An Image Editorโ€

I started with a much more boring question:

How many tools do I actually need to touch to finish one image?

The answer wasโ€ฆ annoyingly high.

So instead of building another giant editor trying to compete with professional creative software, I went in the opposite direction.

Take the repetitive image operations.

Put them together.

Make the workflow stupidly straightforward.

That's APIC.

๐Ÿง  Think Of APIC As An Image Workbench

Not a Photoshop replacement.

Not a website full of random online utilities.

More like a workbench sitting on your Windows machine.

You bring an image in.

Then you decide what needs to happen to it.

             IMAGE
               โ”‚
      โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
      โ†“                 โ†“
   MODIFY              PREPARE
      โ”‚                 โ”‚
 โ”Œโ”€โ”€โ”€โ”€โ”ผโ”€โ”€โ”€โ”€โ”        โ”Œโ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”
 โ†“    โ†“    โ†“        โ†“        โ†“
Enter fullscreen mode Exit fullscreen mode

EDIT FILTER RESIZE CONVERT COMPRESS
โ”‚ โ”‚ โ”‚ โ”‚ โ”‚
โ””โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
โ†“
OUTPUT

The interesting part isn't any individual button.

It's the distance between the buttons.

๐Ÿ• Here's What That Looks Like In Reality

I took a normal image.

Nothing special.

Then started messing with it.

Brightness.

โ†“

Contrast.

โ†“

Shadows / highlights.

โ†“

Filter.

โ†“

Resize.

And suddenly the image is ready for whatever comes next.

No:

โ€œWait, which website did I use for this last time?โ€

No:

โ€œWhere's that converter?โ€

No:

โ€œWhich compressor doesn't destroy the image?โ€

Just the same application sitting there.

๐Ÿ” THEN I ASKED ANOTHER QUESTION
Why should a simple image operation require uploading the image somewhere?

That's where APIC's local workflow matters.

Your image is your data.

For the local processing workflow:

YOUR IMAGE
โ”‚
โ†“
APIC
โ”‚
โ†“
YOUR OUTPUT

Not:

YOUR IMAGE
โ†“
UPLOAD
โ†“
SERVER
โ†“
PROCESS
โ†“
DOWNLOAD

That distinction matters โ€” especially when the image isn't something you want casually uploading to a random service.

โš™๏ธ UNDER THE HOOD, THE PRODUCT ISN'T TRYING TO BE EVERYTHING

That's intentional.

I don't want APIC to become:

โ€œThe Ultimate AI Blockchain Quantum Image Superplatformโ„ขโ€ ๐Ÿ˜ญ

I'd rather it become really good at the boring stuff people repeatedly need.

That's a much more interesting engineering problem.

How fast can the workflow be?

How clean can the UI stay?

How predictable should the output be?

How many unnecessary steps can disappear?

Those are the things I'm interested in.

๐Ÿ–ฅ๏ธ AND YES โ€” IT'S A REAL WINDOWS APP

The demo below isn't a Figma prototype.

It's not a landing-page animation.

It's the actual APIC application running on Windows.

You can see the workflow happen in real time:

Open โ†’ Process โ†’ Modify โ†’ Convert โ†’ Output

And that's honestly the part I'm most proud of.

Because software stops being an idea the moment somebody can actually use it.

๐Ÿšง APIC ISN'T โ€œFINISHEDโ€

And I'm not going to pretend it is.

There are still things I want to improve.

Better workflows.

More processing options.

Performance improvements.

UI refinements.

More automation.

Maybe some completely different ideas later.

But that's the fun part.

APIC is being built in public, one version at a time.

๐Ÿ‡ฎ๐Ÿ‡ณ BUILT BY AKHOURI SYSTEMS

APIC is an Akhouri Systems project.

The goal isn't to make the loudest image-processing application on the internet.

It's to make one that quietly becomes the application you open when you think:

โ€œI just need to fix this image.โ€

And then you're done.

๐ŸŽฅ Here's APIC.

No concept art.

No fake UI.

Just the actual application.

๐Ÿ‘‡

APIC โ€” Advanced Image Processing Center

๐ŸŒ https://github.com/Akhouri-Anmol-Kumar/APIC

๐Ÿ’ญ Now I'm curious:

What's the one annoying image task you still use a completely separate tool for?

Maybe that's the next thing APIC should solve. ๐Ÿ‘€



Top comments (0)