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
ColorConfig improvements: (a) new getColorSpaceFamilyByName(); (b) new
methods to return the list of all color spaces, looks, displays, or views
for a display; (c) all of ColorConfig now exposed to Python. #2248
IBA::ociodisplay() and oiiotool --ociodisplay: empty display or view
names imply using the default display or view. #2273
Bug fix in ustring::compare(string_view), in cases where the string_view
was longer than the ustring, but had the same character sequennce up to
the length of the ustring. #2283
oiiotool --stats: Fixed bug where -iconfig hints were not being
applied to the file as it was opened to compute the stats. #2288
Bug fix: IBA::computePixelStats() was not properly controlling the
number of threads with the nthreads parameter. #2289
Bug fix when reading TIFF bugs: In cases where the reader needed to close
and re-open the file silently (it could happen for certain scanline
traversal patterns), the re-open was not properly honorig any previous
"rawcolor" hints from the original open. #2285
Nuke txWriter updates that expose additional make_texture controls. #2290
Build system: Improvements for finding certain new Boost versions. #2293