@@ -18,15 +18,15 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
18
18
* The default build mode is C++14. This can be controlled by via the
19
19
CMake configuration flag: ` -DCMAKE_CXX_STANDARD=17 ` , etc.
20
20
* 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,
22
22
Intel icc 17+, Intel OneAPI C++ compiler 2022+.
23
- * ** CMake >= 3.15** (tested through 3.27 )
23
+ * ** CMake >= 3.15** (tested through 3.28 )
24
24
* ** OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.2
25
25
and main) (ADVISORY: We expect that OIIO 2.6 in 2024 will require OpenEXR >= 3.1)
26
26
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6)
27
27
* libjpeg >= 8 (tested through jpeg9e), or ** libjpeg-turbo >= 2.1** (tested
28
28
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 )
30
30
* ** [ fmtlib] ( https://github.com/fmtlib/fmt ) >= 7.0** (tested through 10.1).
31
31
If not found at build time, this will be automatically downloaded unless
32
32
the build sets ` -DBUILD_MISSING_FMT=OFF ` .
@@ -42,10 +42,10 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
42
42
not support Python < 3.6.)
43
43
* NumPy
44
44
* 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
46
46
building with C++17 or higher, LibRaw >= 0.20 is necessary)
47
47
* 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 )
49
49
* If you want support for jpeg 2000 images:
50
50
* OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher
51
51
for multithreading support)
@@ -56,16 +56,16 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
56
56
* TBB >= 2018 (tested through 2021 and OneTBB)
57
57
* If you want support for converting to and from OpenCV data structures,
58
58
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 )
60
60
* If you want support for GIF images:
61
61
* giflib >= 4.1 (tested through 5.2; 5.0+ is strongly recommended for
62
62
stability and thread safety)
63
63
* 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 )
65
65
* libheif must be built with an AV1 encoder/decoder for AVIF support.
66
66
* Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
67
67
* 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 )
69
69
* If you want support for WebP images:
70
70
* WebP >= 0.6.1 (tested through 1.3.2)
71
71
* If you want support for OpenColorIO color transformations:
0 commit comments