Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(exr): allow an empty "name" metadata to be read #4528

Merged
merged 1 commit into from
Nov 9, 2024

Commits on Nov 8, 2024

  1. fix(exr): allow an empty "name" metadata to be read

    When the exr "name" metadata (used for the names of subimages/parts)
    existed but was the empty string, we were treating it like it didn't
    exist (and upon write substituted our own "subimageXY" name, as we are
    wont to do for unnamed parts). But now we've seen multi-part exrs
    where the name is "" (exists, but empty string) and we want a
    read-write cycle to preserve that. Even though it's not a very
    sensible or helpful part name, it's technically legal, so we should
    honor it.
    
    Signed-off-by: Larry Gritz <[email protected]>
    lgritz committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    019fae0 View commit details
    Browse the repository at this point in the history