Skip to content

Commit a98b77b

Browse files
committed
Update release notes for 1.5
Will need more, but this syncs with recent press release Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent da3d49d commit a98b77b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

release-notes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ Documentation and more info can be found at:
1414
# Release Notes - 1.5 (upcoming)
1515

1616
This is version 1.5 of the OFX API.
17-
Significant additions include the OfxDrawSuite for drawing overlays without
18-
requiring OpenGL.
17+
18+
## Key Features of OpenFX Version 1.5:
19+
- Color Management: Enhanced color management APIs to ensure accurate and consistent color rendering across different source media, devices and platforms.
20+
- DrawSuite: On-screen drawing capabilities to allow hosts and plugins to work together without requiring OpenGL.
21+
- GPU Support: Comprehensive GPU support between hosts and plugins, including OpenCL, CUDA, and Metal, for accelerated performance and smoother rendering.
22+
- Choice Params: Improved parameter handling with the addition of choice parameters, allowing for more intuitive and organized user interfaces.
23+
- Binary Data: Support for binary data to facilitate the handling of plugin-specific data types and improve processing efficiency.
24+
- Windows ARM64: Version 1.6 enables future compatibility with Windows ARM64, expanding the range of supported devices and platforms.
25+
- Houdini Support: SideFX has announced support for OpenFX in their upcoming version 20.5 of Houdini, in the new Copernicus image-processing node.
1926

2027
## Deprecations
2128

@@ -27,6 +34,7 @@ None
2734
- Add `OfxDrawSuite` for drawing image overlays without use of OpenGL
2835
- Add OpenCL, CUDA and Metal support for direct GPU rendering
2936
- Add :c:macro:`kOfxParamPropChoiceOrder` for reordering Choice Params
37+
- Colour management is in [[ofxColour.h][include/ofxColour.h]]
3038

3139
# Release Notes - 1.4
3240

0 commit comments

Comments
 (0)