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
Good point! Actually type is never used, because optimization only works if all the channels in optData are HALF channels, so a better solution would be to remove sliceOptimizationData::type completely.
If you'd like to make that change and put in a PR, then go ahead!
The below code in ImfScanLineInputFile.cpp:
does not assign
sliceOptimizationData::type
.Shouldn't
data.type = fill ? j.slice ().type : i.channel ().type;
be added?The text was updated successfully, but these errors were encountered: