immich/web/src
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
..
api refactor(server, web): create shared link (#2879) 2023-06-20 20:08:43 -05:00
lib feat: JPEG XL (#2893) 2023-06-21 07:29:02 -05:00
routes refactor(server, web): create shared link (#2879) 2023-06-20 20:08:43 -05:00
test-data chore(web): improve type checking (#2644) 2023-06-02 08:55:08 -05:00
app.css refactor(web): centralize buttons (#2200) 2023-04-07 11:45:00 -05:00
app.d.ts feat(web): add zoom toggle icon (#2873) 2023-06-20 09:36:38 -05:00
app.html fix(web): noscript message (#2278) 2023-04-18 11:24:17 -05:00
hooks.server.ts chore(web): improve type checking (#2644) 2023-06-02 08:55:08 -05:00