Skip to content

IHKYoung/RealAlpha

Repository files navigation

RealAlpha

RealAlpha converts AI-generated images with fake transparency into real PNGs with alpha transparency.
把 AI 生成的假透明图片,变成真正带 Alpha 通道的透明 PNG。

Part of AhaKnow Tool Lab — turning real problems into small, shippable tools.
凡所思,皆可造。

RealAlpha Screenshot


Try it online

👉 realalpha.ahaknow.com

No upload. No account. No API key.
Everything runs locally in your browser.


Why RealAlpha?

AI image tools sometimes generate images that look transparent, but are actually exported with:

  • a white canvas
  • a baked-in checkerboard background
  • no real alpha channel

RealAlpha helps turn those fake-transparent images into real transparent PNGs.


Features

  • Drop, click, or paste to upload
  • Detects solid-color and checkerboard backgrounds
  • Removes enclosed fake-transparent areas, such as holes inside rings
  • Adjustable removal strength
  • Local browser processing
  • English / 中文 / 日本語 / 한국어

Run locally

npm install
npm run dev

Build for production:

npm run build

How it works

RealAlpha detects likely fake-transparent backgrounds from image borders, removes matching background regions, and applies light feathering around transparency edges.

It also handles enclosed background areas that simple edge flood-fill methods may miss.


Built by

Clarke Young · AhaKnow


License

MIT

About

将 AI 生成的“伪透明底”图片,转换为真正带 Alpha 通道的透明 PNG。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors