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
|
||
|---|---|---|
| .. | ||
| .fvm | ||
| .isar@6643d064ab | ||
| android | ||
| assets | ||
| fonts | ||
| integration_test | ||
| ios | ||
| lib | ||
| openapi | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| flutter_01.png | ||
| flutter_native_splash.yaml | ||
| makefile | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||