You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 3.0.5.0 (Apr 2, 2025) -- compared to 3.0.4.0
ImageBuf: ImageBuf::merge_metadata() merges one IB's metadata into another's without deleting the metadata already present. It can also filter which metadata are copied using a regex. #4672
oiiotool: --pastemeta now takes additional modifiers that allows options for merging rather than rewriting, and is able to copy only a subset of the metadata specified by a regex. #4672#4674#4676
oiiotool: Fix invalid loop bound when appending mipmap textures using oiiotool #4671 (by Basile Fraboni)