You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys~
We have been benefiting from glide. Now we want add support for tiff.
As you all know, gd lib does not support TIFF, but imagick do.
Any suggestion is appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
If you want tiff support with Glide, you'll have to use ImageMagick. Glide comes with support for this via the imagick PHP extension. More on drivers here.
$server = League\Glide\ServerFactory::create([
// Use ImageMagick'driver' => 'imagick',
]);
Hello guys~
We have been benefiting from glide. Now we want add support for tiff.
As you all know, gd lib does not support TIFF, but imagick do.
Any suggestion is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: