feat(server): add MPO file type support (#27963)

* feat(server): add MPO file type support

* fix(server): document description error
This commit is contained in:
Aki Hakune
2026-04-21 00:45:53 +03:00
committed by GitHub
parent d9011c0829
commit be1b9a5f67
6 changed files with 6 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ For the full list, refer to the [Immich source code](https://github.com/immich-a
| `JPEG 2000` | `.jp2` | :white_check_mark: | |
| `JPEG` | `.jpeg` `.jpg` `.jpe` `.insp` | :white_check_mark: | |
| `JPEG XL` | `.jxl` | :white_check_mark: | |
| `MPO` | `.mpo` | :white_check_mark: | Multi-Picture |
| `PNG` | `.png` | :white_check_mark: | |
| `PSD` | `.psd` | :white_check_mark: | Adobe Photoshop |
| `RAW` | `.raw` | :white_check_mark: | |