-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for pdf, tif, jp2, webp #501
Comments
Might be worth adding this into #504 ? |
The Imagine Classes still dont't support webp. E.g. imagecreatefromstring is called, which doesn't support webp see https://github.com/avalanche123/Imagine/blob/develop/src/Gd/Imagine.php#L91 |
I'm surprised that for 3 years this hasn't been resolved yet :) I've created PR for this - @avalanche123 could you please take a look? It's not a BC. |
Maybe you are the first one that needs it and is willing to implement it 😉 |
Don't take me wrong - I wasn't trying to be negative :) Just an observation and clearly the webp format is not as popular as google thinks ^^ |
Hi all, are there any plans to support .tif file also? |
Hi,
is it possible to add support for the following formats:
in
lib/Imagine/Imagick/Image.php
The text was updated successfully, but these errors were encountered: