1
0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 15:09:45 +02:00
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-26 08:09:44 -05:00
2023-06-19 21:31:38 +00:00
2023-06-19 21:31:38 +00:00
2023-06-21 07:29:02 -05:00
2023-05-26 08:09:44 -05:00
2023-04-13 10:22:06 -05:00
2023-06-19 21:31:38 +00:00
2022-02-07 23:55:30 -06:00

Immich Mobile Application - Flutter