Open KingOfDog opened 1 month ago
Same issue with Apple now supporting JPEG-XL format on iOS 18 which stores them in a .DNG container
Would it be possible to include the Adobe DNG SDK in Immich server in any way?
We build libraw ourselves, so this is possible. IIRC DNG SDK didn't have good support for Linux (only Windows and Mac), so it's a bit of a pain to get it working. A PR for the base image would be welcome if you're able to make it work in Linux.
Same issue on Galaxy S24 Ultra and Windows pc
Same here, using v1.117.
Hopefullly I'm not alone... some dng are displayed well other not... like yours. I hope upgrade will adjust it
Same issue with Galaxy S23 Ultra images from expert raw
Same here with v1.119.1 and DNG from different camery types: Pentax K-1, Pentax K-5 II, Pentax K-01 and more ... All of them display only the very low res preview thumbnail :(
There's an option in the Image Settings to use the embedded preview where possible. The result should be better if you enable that, re-run thumbnail generation on all assets and clear browser cache once it's done.
This fixed it for me, thanks!
There's an option in the Image Settings to use the embedded preview where possible. The result should be better if you enable that, re-run thumbnail generation on all assets and clear browser cache once it's done.
But this fix only low res thumbnails... What i mean in https://github.com/immich-app/immich/issues/13029#issuecomment-2465799903 above: In detail view of one picture is also only the low res thumbnail used! This will be not fixed, isn't it?
The bug
Certain DNG files of mine can't be processed by Immich. They only show up as broken images, while the metadata is correctly displayed. It appears to mostly occur with DNG files that were created by Lightroom, e.g. through HDR or Panorama stitching, of ARW raw photos from my Sony a7 IV camera. See the example image here.
I've tracked down the issue to the
libraw
library not being able to parse the DNG files. If I buildlibraw
from source with the Adobe DNG SDK linked, on the other hand, it is actually able to read out details from the file.raw-identify
then says that the file is aSony ILCE-7M4
image.Would it be possible to include the Adobe DNG SDK in Immich server in any way? Or is there an easier way to get those files to show up?
The OS that Immich Server is running on
Unraid 6.12.10
Version of Immich Server
1.116.2
Version of Immich Mobile App
1.116.1 build.161
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response