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
Improve oiiotool --chappend and --siappend, allowing an optional modifier
":n=" to specify the number of images from the stack to be combined by
having their channels or subimages appended. #2709
WebP: add support for requesting compression "lossless". #2726
Improve build system for finding Python, now if a specific version is not
requested, default to whichever is found rather than always defaulting to
Python 2.7. #2705#2764
Fix deprecation warnings when building with very new PugiXML versions. #2733
Fix ImageCache bug: add_tile/get_tile not properly honoring when chend < chbegin it should get all channels. #2742
Fix build break when strutil.h was included in Cuda 10.1 code. #2743
Docs: Make readthedocs generate downloadable htm as well as pdf. #2746
Improve oiiotool's guessing about the desired output format based on
inputs (in the absence of -d to specify the format). #2717
JPEG output: add support for writing progressive JPEGS (set the
attribute "jpeg:progressive" to 1). #2749
WebP input improvements including: RGB images are kept as RGB instead of
always adding alpha; more efficient by skipping alpha premultiplication
when it's unnecessary; now can read animated WebP images as multi-subimage
files. #2730
Docs: ImageInput chapter now has an example of reading image data into
separate per-channel buffers. #2756
Fixes to build against recent changes in OpenColorIO v2 master. #2765