OpenImageIO v2.1.17.0 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ๐Ÿš€ Release 2.1.17 (1 Jul 2020) -- compared to 2.1.16

    • ๐Ÿ— Build: Use the discovered python binary name, to address the Fedora
      retriction that you must use "python2" or "python3" by name. #2598
    • ๐Ÿ“„ Docs: ImageBufAlgo::nonzero_region had been inadvertently left out of the
      Python chapter.
    • ๐Ÿ‘Œ Improve RLA reader's ability to detect corrupt or non-RLA files, which
      ๐Ÿ›  fixes crashes you could get from trying to read non-image files. #2600
    • ๐Ÿ‘Œ Support for building against Qt 5.15. (Note: Qt support is only needed
      for the "iv" viewer.) #2605
    • ๐Ÿ›  Fixes to support LibRaw 0.20 (which is currently in beta3). Note that this
      ๐Ÿ›  will make it incompatible with 0.20 beta1 and beta2, due to a fixed typo
      of a struct field in one of the LibRaw's headers. #2613
    • ๐Ÿ”– oiioversion.h: fix typo that left the OIIO_VERSION_RELEASE_TYPE symbol
      undefined. #2616