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-24 22:52:43 -05:00
2023-06-21 07:29:02 -05:00