php-imagine / Imagine

PHP Object Oriented image manipulation library
https://imagine.readthedocs.io
Other
4.42k stars 529 forks source link

Fix WEBP support in GD driver #718

Closed ausi closed 5 years ago

ausi commented 5 years ago

Fixes several issues with handling WEBP images with the GD driver:

This pull request is an alternative to #711, it uses less code and doesn’t require a temp directory.

@mlocati is it OK to have all those fixes in a single pull request or should I create one PR for every fix?

ausi commented 5 years ago

The failed build on Travis CI (PHP 5.5 imagick) doesn’t seem to be related to my changes.

mlocati commented 5 years ago

Rewritten as #719 (I like to give credits to every contributor):

ausi commented 5 years ago

Thank you @mlocati!

I noticed that my changes from AbstractImagineTest and AbstractImageTest didn’t get copied over.
If that wasn’t on purpose, I’m happy to create another pull request with the tests if you want me to.

mlocati commented 5 years ago

@ausi My fault: I should have added them