소스 검색

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)