Skip to content

fix(tiff): The "tiff:half" hint was only applying to first MIP level#5240

Open
lgritz wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
lgritz:lg-txhalf
Open

fix(tiff): The "tiff:half" hint was only applying to first MIP level#5240
lgritz wants to merge 1 commit into
AcademySoftwareFoundation:mainfrom
lgritz:lg-txhalf

Conversation

@lgritz

@lgritz lgritz commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

IBA::make_texture() only passes the full metadata to the first level of a MIPmap, and that might include output behavior hints, too! Make this hint "sticky" in the TIFF writer, so if any subimage's first level's spec enables half output, all the MIP levels of that subimage will allow it.

Fixes #5239

IBA::make_texture() only passes the full metadata to the first level
of a MIPmap, and that might include output behavior hints, too!  Make
this hint "sticky" in the TIFF writer, so if any subimage's first
level's spec enables half output, all the MIP levels of that subimage
will allow it.

Signed-off-by: Larry Gritz <lg@larrygritz.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Mismatched bit-depth on Mipmap tiles

1 participant