JamesHeinrich / phpThumb

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

added WEBP in $AvailableImageOutputFormats for converting images to webp #135

Closed petyagrill closed 5 years ago

petyagrill commented 5 years ago

Without these changes, images are converted to jpeg

from DebugMessage:

[9] => $this->thumbnailFormat staying as "jpeg" because $this->f (webp) is not in $AvailableImageOutputFormats

Ibochkarev commented 5 years ago

After fix: 2019-02-12_01-09-38

Before fix: 2019-02-12_01-45-33

@petyagrill Thanks!