Skip to content
Snippets Groups Projects
Unverified Commit 352bd7ec authored by Simon L's avatar Simon L Committed by GitHub
Browse files

Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff

imaginary - add tiff to supported formats
parents b58d4f7d 9a64d956
Branches
Tags
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment