RAWs appear yellow
My Raw images seem to appear yellow in Immich and I have no idea why. You can see the original on the right (the file that I uploaded).

4 Replies
Hmm. The image hashes (md5) are the same when I download the file from immich and compare it to the original.
I wonder if it's a problem with format version
If i save picture as, I get the jpg version which is yellow
It seems the conversion messes it up
Possibly related to this
https://github.com/immich-app/immich/pull/3658
GitHub
feat(server): wide gamut thumbnails by mertalev · Pull Request #365...
Description
As requested in #3623, this PR allows for targeting Display P3 instead of sRGB for thumbnails, allowing for more vibrant images that better capture the colors of the original. Additiona...
It seems I am using P3! I'll change it tomorrow and see what the results are
The decoder we use for RAW images ignores camera white balance by default. I opened a PR to fix this https://github.com/immich-app/immich/pull/3806
GitHub
fix(server): use camera white balance for raw images by mertalev · ...
Description
Currently, libraw seems to ignore the white balance metadata provided by the camera, leading to images that are much warmer than the original. The ImageMagick flag -define dng:use-camer...