this post was submitted on 03 Jul 2025
810 points (100.0% liked)

Technology

72362 readers
2934 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 day ago (2 children)

That depends. Something like HDR should be able to fall back to non-HDR since it largely just adds data, so if the format specifies that extra information is ignored, there's a chance it works fine.

[–] [email protected] 1 points 1 day ago (1 children)

I'm not sure you can turn an hdr image into a regular one just by snipping it down to 8 bits per channel and discarding the rest.

I mean it would work but I'm not certain you'll get the best results.

[–] [email protected] 1 points 1 day ago (1 children)

it would work

And that's probably enough. I don't know enough about HDR to know if it would look anything like the artist imagined, but as long as it's close enough, it's fine if it's not optimal. Having things completely break is far less than ideal.

[–] [email protected] 1 points 1 day ago (1 children)

You'd probably get some colours that end up being quite off target. But you'll get an image to display. So in the end it depends on how much "not optimal" you're ready to accept.

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (1 children)

Right, and it depends on what "quite off target" means. Are we talking about greens becoming purples? Or dark greens becoming bright greens? If the image is still mostly recognizable, just with poor saturation or contrast or whatever, I think it's acceptable for older software.

[–] [email protected] 1 points 1 hour ago

So it depends on the specific HDR encoding used, Rec2020 is the most common ones you'll see (It's meant for "pure" setups, i.e. where the source and output are tightly linked, e.g. gaming consoles or blu-ray, or so) and the raw data won't look great. While something like HLG (Hybrid-Log Gamma) is designed for better fallback (As it's meant for TV broadcast, where the output device is "whatever TV the user has"), so should just look dimmer.

This is a HDR screenshot I took of Destiny 2, which uses Rec2020, tone mapped to SDR

And here's the raw screenshot data from before tonemapping.

If the second image had all the right HDR metadata, and the viewer supported it properly, then both images would match.

[–] [email protected] 1 points 1 day ago (1 children)

I see, but the animation feature cant be compatiable no?

[–] [email protected] 3 points 1 day ago (1 children)

Likely, you'll see the first frame only on older software. Encoding animation in a dedicated animation chunk and using the base spec for the first keyframe sounds like the sane thing to do, so they likely did that.

I'm not going to look into it now, because I would then have to implement it. :D

[–] [email protected] 2 points 1 day ago

Haha dont worry, just curious. Your answer is good!