github AcademySoftwareFoundation/openexr v3.4.12

3 hours ago

Patch release that addresses several bugs and security vulnerabilities.

  • 🐛 Fix several minor memory leaks recovering from reading invalid files.
  • 🐛 The compressor API incorrectly identified HTJ2K and HTJ2K256 as lossy; they are lossles.
  • 🐛 Fix CMake AVX feature detection that caused DWA SIMD code to fail on certain architectures.
  • ⚠️ The WidenFilename utility function is marked as deprecated, to be removed in a future release.
  • exrmetrics now print the on-disk size of the data portion of each part. Useful for determining compression impact on part data

For the python module:

  • 🐍 🐛 Reject files where the dataWindows does not match the pixel array dimensions.
  • 🐍 ✨ Support NumPy float vector attributes
  • 🐍 ✨ Reading now skips over invalid parts, returns the valid parts only.
  • 🐍 📖 Doc strings have proper indentation

This release addresses the following security vulnerabilities:

Don't miss a new openexr release

NewReleases is sending notifications on new releases.