@@ -18,15 +18,15 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
1818 * The default build mode is C++17. This can be controlled by via the
1919 CMake configuration flag: ` -DCMAKE_CXX_STANDARD=14 ` , etc.
2020 * ADVISORY: We expect that OIIO 2.6 in 2024 will require C++17 or higher.
21- * Compilers: gcc 6.1 - 13.1, clang 3.4 - 16 , MSVS 2017 - 2019,
21+ * Compilers: gcc 6.1 - 13.1, clang 3.4 - 17 , MSVS 2017 - 2019,
2222 Intel icc 17+, Intel OneAPI C++ compiler 2022+.
23- * ** CMake >= 3.15** (tested through 3.27 )
23+ * ** CMake >= 3.15** (tested through 3.28 )
2424 * ** OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.2
2525 and main) (ADVISORY: We expect that OIIO 2.6 in 2024 will require OpenEXR >= 3.1)
2626 * libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6)
2727 * libjpeg >= 8 (tested through jpeg9e), or ** libjpeg-turbo >= 2.1** (tested
2828 through 3.0)
29- * Boost >= 1.53 (recommended: at least 1.66; tested through 1.83 )
29+ * Boost >= 1.53 (recommended: at least 1.66; tested through 1.84 )
3030 * ** [ fmtlib] ( https://github.com/fmtlib/fmt ) >= 7.0** (tested through 10.1).
3131 If not found at build time, this will be automatically downloaded unless
3232 the build sets ` -DBUILD_MISSING_FMT=OFF ` .
@@ -42,10 +42,10 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
4242 not support Python < 3.6.)
4343 * NumPy
4444 * If you want support for camera "RAW" formats:
45- * LibRaw >= 0.18 (tested though 0.21.1 ; if
45+ * LibRaw >= 0.18 (tested though 0.21.2 ; if
4646 building with C++17 or higher, LibRaw >= 0.20 is necessary)
4747 * If you want support for a wide variety of video formats:
48- * ffmpeg >= 3.0 (tested through 6.0 )
48+ * ffmpeg >= 3.0 (tested through 6.1 )
4949 * If you want support for jpeg 2000 images:
5050 * OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher
5151 for multithreading support)
@@ -56,16 +56,16 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
5656 * TBB >= 2018 (tested through 2021 and OneTBB)
5757 * If you want support for converting to and from OpenCV data structures,
5858 or for capturing images from a camera:
59- * OpenCV 3.x, or 4.x (tested through 4.5 )
59+ * OpenCV 3.x, or 4.x (tested through 4.9 )
6060 * If you want support for GIF images:
6161 * giflib >= 4.1 (tested through 5.2; 5.0+ is strongly recommended for
6262 stability and thread safety)
6363 * If you want support for HEIF/HEIC or AVIF images:
64- * libheif >= 1.3 (1.7 required for AVIF support, tested through 1.17)
64+ * libheif >= 1.3 (1.7 required for AVIF support, tested through 1.17.6 )
6565 * libheif must be built with an AV1 encoder/decoder for AVIF support.
6666 * Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
6767 * If you want support for DICOM medical image files:
68- * DCMTK >= 3.6.1 (tested through 3.6.7 )
68+ * DCMTK >= 3.6.1 (tested through 3.6.8 )
6969 * If you want support for WebP images:
7070 * WebP >= 0.6.1 (tested through 1.3.2)
7171 * If you want support for OpenColorIO color transformations:
0 commit comments