[Feature] P3 Thumbnails #3623
Replies: 4 comments 9 replies
|
This feature can probably be bundled with #3597 and would probably rely on ffmpeg or imagemagick/libvips or whatever is being used to handle the thumbnail conversions. |
|
The issue with HDR images goes beyond whether the display supports them since the browser also needs to support displaying them. IIRC Chrome only recently added support (before that it tone-mapped HDR content to SDR internally), while Firefox doesn't support displaying them at all. Then there's the fact that JPEG and WebP are both limited to 8-bit depth, which means we would have to find another format for serving HDR thumbnails. |
|
Issue #3136 is probably the same as my feature request as the user is using an even wider colour space than P3 |
|
@mertalev I appreciated all the time you put into including P3 support. Lightroom has recently introduced full HDR colour space support in the following colour spaces:
Now that Android 14 is introducing "Ultra HDR" which is just a gain map on top of a standard P3 JPEG it might be worthwhile including HDR image support now too. At this time though there doesn't seem to be an easy way to use ffmpeg or imagemagick to do this unfortunately. It always seems to clip the values when converting formats or downscaling in my experience. It would seem to me that the gain map support would be more straightforward to include at least in Android 14. I would be shocked if Apple was fast to adopt I tried to figure out which colour space Apple is using for their HDR images that the iPhone produces now, but exiftool always reports "uncalibrated" for non-sRGB colour spaces so it's tough for me to figure out. I assume it is HDR P3 because their documentation discusses that as the maximum display support but HDR video in encoded in BT2020 and considering that the images being taken are saved in HEIC it wouldn't surprise me if they were also just BT2020. |
Uh oh!
There was an error while loading. Please reload this page.
The feature
Currently Immich generates thumbnails in sRGB which results in the images being notably washed out, especially in the highlights. Most people have devices with support for P3 and offering more options to convert to the colour space in thumbnails would preserve the visual integrity of the display image. Currently sRGB thumbs are notably inferior, especially in the highlights.
Platform
All reactions