Skip to content

Commit 9a64d95

Browse files
committed
imaginary - add tiff to supported formats
Signed-off-by: Simon L <[email protected]>
1 parent d51429a commit 9a64d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Preview/Imaginary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getMimeType(): string {
5757
}
5858

5959
public static function supportedMimeTypes(): string {
60-
return '/image\/(bmp|x-bitmap|png|jpeg|gif|heic|svg|webp)/';
60+
return '/image\/(bmp|x-bitmap|png|jpeg|gif|heic|svg|tiff|webp)/';
6161
}
6262

6363
public function getCroppedThumbnail(File $file, int $maxX, int $maxY, bool $crop): ?IImage {

0 commit comments

Comments
 (0)