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-05-12 09:21:13 -05:00
2023-05-26 08:09:44 -05:00
2023-06-19 21:31:38 +00:00
2023-05-24 22:52:43 -05:00
2022-11-27 14:34:19 -06:00
2023-03-22 20:36:44 -05:00
2023-06-19 21:31:38 +00:00
2023-06-21 07:29:02 -05:00
2023-06-20 20:08:43 -05:00
2023-03-30 10:31:44 +02:00
2023-06-10 13:13:59 -05:00
2023-05-26 08:09:44 -05:00
2022-06-22 00:23:35 -05:00
2022-07-13 07:23:48 -05:00
2023-04-13 10:22:06 -05:00
2023-02-06 00:41:07 -06:00
2023-04-17 00:02:07 -05:00
2023-06-14 16:35:32 +02:00
2023-06-19 21:31:38 +00:00
2022-02-07 23:55:30 -06:00
Immich Mobile Application - Flutter