-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As title, I've found these image formats have some concerned problems.
- According to the official reference, the
imagebmp
provided byGD
extension only supports onphp-7.2+
.
This package requires php-7.2
version at least and can solve this problem.
That's why I do this on this PR #3.
- According to the previous failed Travis CI build log, it looks like the
php
environment in Travis CI doesn't support thewebp
image.
I think we have to use the customized Docker image inside Travis CI if we need to test the webp
image conversion.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request