1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/mobile/lib
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
..
constants chore(mobile): remove hive (#2497) 2023-05-20 20:42:19 -05:00
module_template Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
modules Fixes local position late initialization (#2884) 2023-06-20 19:58:17 -05:00
routing feat(mobile): partner sharing (#2541) 2023-05-24 22:52:43 -05:00
shared chore(mobile): Add debug build type suffix to the applicationId and version (#2826) 2023-06-17 23:10:57 -05:00
utils feat: JPEG XL (#2893) 2023-06-21 07:29:02 -05:00
main.dart feature(mobile): hash assets & sync via checksum (#2592) 2023-06-10 13:13:59 -05:00