• themurphy@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      22 hours ago

      It makes sense, right? Is there a way around that when adding new features to a file format?

      The alternative is to make another file format for clarity, but it’s not really what you want to do.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        8
        ·
        21 hours ago

        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.

        • AnUnusualRelic@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          15 hours ago

          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.

          • sugar_in_your_tea@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            15 hours ago

            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.

            • AnUnusualRelic@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              15 hours ago

              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.

              • sugar_in_your_tea@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                1
                ·
                edit-2
                14 hours ago

                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.

          • cley_faye@lemmy.world
            link
            fedilink
            English
            arrow-up
            3
            ·
            16 hours ago

            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