Explorar o código

jpeg xl

ImageMagick has the ability to support the JPEG XL format.
Visman %!s(int64=2) %!d(string=hai) anos
pai
achega
9981a68a7e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/Core/Files.php

+ 2 - 0
app/Core/Files.php

@@ -64,6 +64,7 @@ class Files
         'image/avif' => 'avif',
         'image/heif' => 'heif',
         'image/heic' => 'heic',
+        'image/jxl'  => 'jxl',
     ];
 
     /**
@@ -848,6 +849,7 @@ class Files
         'image/avif' => 'avif',
         'image/heif' => 'heif',
         'image/heic' => 'heic',
+        'image/jxl'  => 'jxl',
     ];
 
     public function __construct(int|string $maxFileSize, int|string $maxImgSize, protected array $imageDrivers, protected Container $c)