JamesHeinrich / phpThumb

phpThumb() - The PHP thumbnail generator
Other
315 stars 97 forks source link

Fixed Webp - quality parameter #211

Closed honzito closed 1 year ago

honzito commented 1 year ago

Quality parameter q=1-100 now works alse for ImageMagick backend - before the change it somehow worked for GD backend ($PHPTHUMB_CONFIG['prefer_imagemagick'] = flase;) BTW: The quality is in ImageMagic supported from v 7.0.8-68, which in most cases is not yet on the server.

Fixed is also caching webp images with different quality q