Error in thumbnail generation for tif and dng
After doing this inside the container:
```sh
apt-get install -y libtiff6 dcraw
```
or
```yaml
environment:
DOCKER_MODS: linuxserver/mods:universal-package-install
INSTALL_PACKAGES: libtiff6|dcraw
```
It's now working tif image thumbnail generation.
Related to https://github.com/immich-app/immich/issues/27976
7 条评论