plan2net / webp

Create a WebP copy for images (TYPO3 CMS)
GNU General Public License v3.0
60 stars 34 forks source link

Add new converter "PHP GD" #35

Closed schliesser closed 4 years ago

schliesser commented 4 years ago

The GD library also supports webp. This PR adds a third converter which will make use of it. The Quality level is configurable.

Inspired by the Shopware WebP Plugin: https://github.com/FriendsOfShopware/FroshWebP/blob/master/Services/WebpEncoders/PhpGd.php

wazum commented 4 years ago

I'll take a look at it, thanks

wazum commented 4 years ago

Added in current master, thanks!