We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b58d4f7 + 9a64d95 commit 352bd7eCopy full SHA for 352bd7e
1 file changed
lib/private/Preview/Imaginary.php
@@ -57,7 +57,7 @@ public function getMimeType(): string {
57
}
58
59
public static function supportedMimeTypes(): string {
60
- return '/image\/(bmp|x-bitmap|png|jpeg|gif|heic|svg|webp)/';
+ return '/image\/(bmp|x-bitmap|png|jpeg|gif|heic|svg|tiff|webp)/';
61
62
63
public function getCroppedThumbnail(File $file, int $maxX, int $maxY, bool $crop): ?IImage {
0 commit comments