Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make_texture: only write full metadata to the first mip level (#4320)
It's silly to copy the full metadata from the source (which could include big things like ICC profiles) to EVERY level of a MIPmap. This mostly applies to TIFF textures, since OpenEXR MIPmaps don't store attributes separately for each MIP level anyway. This can be disabled (that is, make it copy full metadata to all levels of the MIPmap) by setting a new make_texture configuration hint, "maketx:mipmap_metadata" to nonzero. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information