elboletaire / Watimage

:framed_picture: PHP image manipulation class
https://elboletaire.github.io/Watimage
Other
25 stars 17 forks source link

Error with quality and PNG files #3

Closed elboletaire closed 9 years ago

elboletaire commented 10 years ago

The quality configuration for PNG files does not work correctly and it generates huge png files.

The PNG export quality is inverse to the jpg one (in jpg the param is the quality and in png is the compression).

daniel-berger-nemeth commented 9 years ago

I can confirm this issue because the imagepng uses as second parameter a compression value from 0 (no compression) to 9 (full compression).