mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #36352 from nextcloud/enh/noid/imaginary-add-tiff
imaginary - add tiff to supported formats
This commit is contained in:
commit
352bd7ecea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue