Hacker News new | ask | show | jobs
A bulk image compression service
4 points by CaptainDaVinci 888 days ago
https://captaindavinci.github.io/filecompressor/

Hi, so over the weekend I built a free to use service to compress one or more images using MozJEPG encoding enabled via WASM.

It's a static site, all the processing happens on the client side, no file uploads or sign-ups needed!

Why? The existing services are either filled with ads or require you to sign-up / pay.

would greatly appreciate any feedback! TIA!

1 comments

sweet, but would be cool to have a little preview of original vs. new so i can see if there's any loss of quality.
That's a great idea, thanks!