10

I'm looking for a PNG compression algorithm/library in PHP that is similar to: https://tinypng.com/

It's compression is by the best
Any ideas out there on ones to check out? Google didn't net too many good results.

onassar
  • 3,313
  • 7
  • 36
  • 58

1 Answers1

13

I use this and it works wonders.

http://pngquant.org/php.html

homework
  • 4,987
  • 11
  • 40
  • 50
  • im testing it now. i got a sample image down to 4k, but tinypng.com is still able to get it down to 2.4. they're actually using pngquant, so they must be chaining it with another compression or something – onassar Dec 11 '13 at 03:12
  • worked awesome for me – Abhinav Sep 19 '16 at 12:11