Home
last modified time | relevance | path

Searched refs:SUPPORTED_FORMATS (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Module/
H A DSlideShowModule.php55 private const SUPPORTED_FORMATS = ['bmp', 'gif', 'jpeg', 'jpg', 'png', 'tif', 'tiff', 'webp']; define in Fisharebest\\Webtrees\\Module\\SlideShowModule
127 ->whereIn('media_file.multimedia_format', self::SUPPORTED_FORMATS)
/webtrees/app/Factories/
H A DImageFactory.php70 public const SUPPORTED_FORMATS = [ define in Fisharebest\\Webtrees\\Factories\\ImageFactory
/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php302 …f (str_starts_with($mime, 'image/') && !array_key_exists($mime, ImageFactory::SUPPORTED_FORMATS)) {