mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
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
|
||
|---|---|---|
| .. | ||
| api | ||
| lib | ||
| routes | ||
| test-data | ||
| app.css | ||
| app.d.ts | ||
| app.html | ||
| hooks.server.ts | ||