HACKER Q&A
📣 PLovell

What's your preferred tool or library for image compression?


What's your preferred tool or library for image compression in web development?

1)ImageOptim 2)TinyPNG 3)Cloudinary 4)Squoosh 5)Other (Please specify)


  👤 theandrewbailey Accepted Answer ✓
Depends on the format I'm targeting.

PNG: zopflipng https://github.com/google/zopfli/blob/master/README.zopflipn...

AVIF: libavif https://github.com/AOMediaCodec/libavif

JPG (for backwards compatibility when there's no AVIF): mozjpeg https://github.com/mozilla/mozjpeg


👤 vclouder
I've started using https://compressor.io/