Thomas
80d02e8a8d
feat: JPEG XL (#2893)
Support the JPEG XL format (.jxl).
JPEG XL is reported as supported by `sharp.format`:
```
jxl: {
id: 'jxl',
input: { file: true, buffer: true, stream: true, fileSuffix: [Array] },
output: { file: true, buffer: true, stream: true }
}
```
Fixes: #2743
2023-06-21 07:29:02 -05:00
..
2023-06-08 10:01:07 -05:00
2023-06-20 20:08:43 -05:00
2023-05-11 10:49:28 -05:00
2023-06-21 07:29:02 -05:00
2023-06-20 20:08:43 -05:00
2022-10-24 14:59:07 -05:00
2023-01-12 08:44:11 -06:00
2023-06-08 10:01:07 -05:00
2023-01-12 08:44:11 -06:00
2023-06-16 19:54:17 +00:00
2023-06-21 07:29:02 -05:00
2023-06-20 20:08:43 -05:00
2023-06-08 10:01:07 -05:00
2022-10-25 14:18:37 -05:00
2023-06-08 10:01:07 -05:00
2023-04-08 21:26:09 -05:00
2023-06-19 21:31:38 +00:00
2023-06-19 21:31:38 +00:00
2023-06-08 10:01:07 -05:00
2023-06-08 10:01:07 -05:00
2023-06-08 10:01:07 -05:00
2022-02-03 10:06:44 -06:00
2023-06-17 22:22:31 -05:00