OpenImageIO v2.1.14.0 Release Notes

Release Date: 2020-05-02 // almost 4 years ago
  • ๐Ÿš€ Release 2.1.14 (1 May 2020) -- compared to 2.1.13

    • JPEG & PNG: Fix loss of 'config' hints upon close and reopen that could
      happen in cases where scanlines were accessed out of order. #2549
    • TIFF: Fix subtle bug when reading certain Exif directories in the header.
      #2540
    • โž• Added OCIO role accessors to the ColorConfig class. #2548
    • ๐Ÿ‘Œ Improve error messages when overscan textures are not possible. #2521
    • ๐Ÿ— Build: fix problems when compiling against current libtiff master (symbol
      clash on GPSTAG values). #2539
    • ๐Ÿ— Build: Fix static boost to not overlink. #2537.
    • ๐Ÿ›  Fix some problems with the docs. #2541
    • AttrDelegate::as_vec<> returns the whole attribute as a std::vector.
      #2528