Replies: 1 comment 1 reply
-
I think we should add a check for the driver here: laravel-medialibrary/src/Conversions/ImageGenerators/Image.php Lines 20 to 28 in caa4e9b If Imagick is detected, the necessary values for TIFF could be added. Feel free to try this out locally and send a PR if it all works. Also, add a test to make ensure that it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using imagemagick as my driver, which has TIFF format support, but I can't make it work in MLP. Is there something I can to do in order to make TIFF format work with MLP, ML, and the underlying image and glide libraries?
I've found that switching to imagick is all that is required to have TIFF work in Glide, so that's not what's stopping it.
Beta Was this translation helpful? Give feedback.
All reactions