Merged
Conversation
daeho-ro
approved these changes
Oct 3, 2025
Contributor
|
🤖 An automated task has requested bottles to be published to this PR. Caution Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
--layersplit,--pastemeta,--demosaic,--create-dirand new expression expansion tokens:IS_CONSTANT,IS_BLACK,SUBIMAGES.scale(),demosaic().future for our annual releases to NOT need to break backward ABI
compatibility.
ImageBuf._repr_png_method allows use of OIIOinside Jupyter Notebooks to display computed
images.
OpenEXR new conventions for naming and specifying color spaces. PNG,
HEIC, and ffmpeg/video files now support reading CICP metadata.
New minimum dependencies and compatibility changes:
⛰️ New features and public API changes:
IS_CONSTANT,IS_BLACK#4610 (by Lydia Zheng) (3.1.1.0);SUBIMAGES#4804 (3.1.3.0)--layersplit, new command to split layers #4591 (by Loïc Vital) (3.1.1.0)--pastemetanow 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 (3.1.1.0)--demosaicadd X-Trans demosaicing #4579 (by Anton Dukhovnikov) (3.1.1.0)--render_textnew modifiersmeasure=andrender=canbe used to measure the size of rendered text without drawing it.` #4681 (3.1.3.0)
--create-dirflag creates directories needed by-oif they doesn't already exist #4762 (by Dharshan Vishwanatha) (3.1.3.0)
--eraseattribnew modifier:fromfile=1reads from a fileto get a list of patterns to specify the attributes to erase. #4763 (by Lydia Zheng) (3.1.3.0)
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 (3.1.1.0)ImageBufAlgo::scale(): scales all channels of a multi-channel image by the single channel of a second image. #4541 (by Anton Dukhovnikov) (3.1.0.0/3.0.1.0)ImageBufAlgo::demosaic()added support for X-Trans demosaicing #4579 (by Anton Dukhovnikov) (3.1.1.0)spanandimage_span:Add API calls using
spanandimage_spanas the preferred alternative forthe historical calls that took raw pointers and spans to designate buffers
to read from or write into.
image_spantemplate, deprecate image_view #4703 #4784 (3.1.3.0)imageinput:strict#4560 (3.1.0.0)_repr_png_method added, which allows use ofImageBuf in Jupyter Notebooks as a displayable object. #4753 (by Oktay Comu) (3.1.3.0)
🚀 Performance improvements:
maketx --envlatlwhen multithreaded by over 10x. #4825🐛 Fixes and feature enhancements:
IBA::demosaic()#4786 (by Anton Dukhovnikov) (3.1.3.0)raw:ForceLoadImageInput configuration hint #4704 (by Anton Dukhovnikov) (3.1.3.0)oiio:UnassociatedAlphaattribute #4770 (by Jesse Yurkovich) (3.1.3.0)🔧 Internals and developer goodies
🏗 Build/test/CI and platform ports:
View the full release notes at https://github.com/AcademySoftwareFoundation/OpenImageIO/releases/tag/v3.1.6.1.