mirror of https://github.com/immich-app/immich.git
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
|
||
|---|---|---|
| .. | ||
| async_mutex.dart | ||
| builtin_extensions.dart | ||
| bytes_units.dart | ||
| capitalize_first_letter.dart | ||
| db.dart | ||
| diff.dart | ||
| files_helper.dart | ||
| hash.dart | ||
| image_url_builder.dart | ||
| immich_app_theme.dart | ||
| migration.dart | ||
| openapi_extensions.dart | ||
| storage_indicator.dart | ||
| url_helper.dart | ||