|
|
|
|
|
by wojtek1942
770 days ago
|
|
Hey HN, I’m a CS student studying in Amsterdam. Usually, I like making native apps as side projects but here is a small web app for a change. Recently, Google released Jpegli [1]. You might have seen their blog post posted here on HN ~1 month ago [2]. It’s a new JPEG coding library that can compress high-quality images 35% more than traditional JPEG codecs. When I searched for a tool to try this new technique, I was surprised to find nothing. That is why I created this website. The encoder runs on WebAssembly making it possible to do all the image processing in the browser. This allows for fast results and optimal privacy since images are never sent to my server or anything like that. Please let me know what you think or if you have any questions! [1] https://opensource.googleblog.com/2024/04/introducing-jpegli... [2] https://news.ycombinator.com/item?id=39920644 |
|