imaginary - add tiff to supported formats

Signed-off-by: Simon L <szaimen@e.mail.de>
pull/36352/head
Simon L 1 year ago
parent d51429a472
commit 9a64d95676

@ -57,7 +57,7 @@ class Imaginary extends ProviderV2 {
}
public static function supportedMimeTypes(): string {
return '/image\/(bmp|x-bitmap|png|jpeg|gif|heic|svg|webp)/';
return '/image\/(bmp|x-bitmap|png|jpeg|gif|heic|svg|tiff|webp)/';
}
public function getCroppedThumbnail(File $file, int $maxX, int $maxY, bool $crop): ?IImage {

Loading…
Cancel
Save