浏览代码

jpeg xl

ImageMagick has the ability to support the JPEG XL format.
Visman 2 年之前
父节点
当前提交
9981a68a7e
共有 1 个文件被更改,包括 2 次插入0 次删除
  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)