@@ -20,7 +20,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
20
20
* Compilers: ** gcc 6.1 - 12.1** , ** clang 3.4 - 15** , ** MSVS 2017 - 2019** ,
21
21
** Intel icc 17+** , ** Intel OneAPI C++ compiler 2022+** .
22
22
* CMake >= 3.12 (tested through 3.24)
23
- * OpenEXR/Imath >= 2.3 (recommended: 2.4 or higher; tested through 3.1 )
23
+ * OpenEXR/Imath >= 2.3 (recommended: 2.4 or higher; tested through 3.2 )
24
24
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.5)
25
25
* libjpeg >= 8, or libjpeg-turbo >= 1.1 (tested through jpeg9d and jpeg-turbo
26
26
2.1)
@@ -32,15 +32,15 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
32
32
### Optional dependencies -- features may be disabled if not found
33
33
* If you are building the ` iv ` viewer (which will be disabled if any of
34
34
these are not found):
35
- * Qt >= 5.6 (tested through 5.15)
35
+ * Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.4 )
36
36
* OpenGL
37
37
* If you are building the Python bindings or running the testsuite:
38
38
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10)
39
39
* pybind11 >= 2.4.2 (Tested through 2.10. Note that pybind11 v2.10+ does
40
40
not support Python < 3.6.)
41
41
* NumPy
42
42
* If you want support for camera "RAW" formats:
43
- * LibRaw >= 0.15 (tested 0.15 - 0.20.2 ; LibRaw >= 0.18 is necessary for
43
+ * LibRaw >= 0.15 (tested 0.15 - 0.21.1 ; LibRaw >= 0.18 is necessary for
44
44
ACES support and much better recognition of camera metadata; if
45
45
building with C++17 or higher, LibRaw >= 0.20 is necessary)
46
46
* If you want support for a wide variety of video formats:
@@ -49,21 +49,21 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
49
49
* ** OpenJpeg >= 2.0** (tested through 2.5; we recommend 2.4 or higher
50
50
for multithreading support)
51
51
* If you want support for OpenVDB files:
52
- * OpenVDB >= 5.0 (tested through 9 )
52
+ * OpenVDB >= 5.0 (tested through 10.0 )
53
53
* If you want to use TBB as the thread pool:
54
- * TBB >= 2018 (tested through 2021)
54
+ * TBB >= 2018 (tested through 2021 and OneTBB )
55
55
* If you want support for converting to and from OpenCV data structures,
56
56
or for capturing images from a camera:
57
57
* ** OpenCV 3.x, or 4.x** (tested through 4.5)
58
58
* If you want support for GIF images:
59
59
* giflib >= 4.1 (tested through 5.2; 5.0+ is strongly recommended for
60
60
stability and thread safety)
61
61
* If you want support for HEIF/HEIC or AVIF images:
62
- * libheif >= 1.3 (1.7 required for AVIF support, tested through 1.12 )
62
+ * libheif >= 1.3 (1.7 required for AVIF support, tested through 1.15 )
63
63
* libheif must be built with an AV1 encoder/decoder for AVIF support.
64
- * Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11 is fine.
64
+ * Avoid libheif 1.10 on Mac, it is very broken. Libheif 1.11+ is fine.
65
65
* If you want support for DICOM medical image files:
66
- * DCMTK >= 3.6.1 (tested through 3.6.6 )
66
+ * DCMTK >= 3.6.1 (tested through 3.6.7 )
67
67
* If you want support for WebP images:
68
68
* WebP >= 0.6.1 (tested through 1.2.1)
69
69
* If you want support for OpenColorIO color transformations:
0 commit comments