Show HN: Open-source image converter runs in browser, powered by LibVips WASM

bannerify.co

1 points by anduc 4 hours ago

It's amazing to see the rise of web technologies like WASM and WebGPU.

A few weeks ago, I made https://bannerify.co/tools/remove-bg - open-source remove background using WebGPU, which reached #1 on HN for a day, gained a lot of interest.

I'm currently exploring more about use cases of WASM and WebGPU. Today, I'm open-sourcing an image converter project that uses LibVips WASM to convert images directly in the browser, with impressive speed.

Check out the code here: https://github.com/ducan-ne/image-converter, feel free to contribute any ideas or suggestions