1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

imgcodecs: drop bundled OpenEXR

This commit is contained in:
Kumataro
2025-01-03 13:33:54 +09:00
committed by Alexander Smorkalov
parent 9bd246dd05
commit b96e9fd1ce
293 changed files with 13 additions and 127345 deletions
@@ -327,5 +327,6 @@ Some external dependencies can be detached into a dynamic library, which will be
| OPENCV_IO_MAX_IMAGE_WIDTH | num | 1 << 20, limit input image size to avoid large memory allocations | |
| OPENCV_IO_MAX_IMAGE_HEIGHT | num | 1 << 20 | |
| OPENCV_IO_MAX_IMAGE_PIXELS | num | 1 << 30 | |
| OPENCV_IO_ENABLE_OPENEXR | bool | true (set build option OPENCV_IO_FORCE_OPENEXR or use external OpenEXR), false (otherwise) | enable OpenEXR backend |
| OPENCV_IO_ENABLE_JASPER | bool | true (set build option OPENCV_IO_FORCE_JASPER), false (otherwise) | enable Jasper backend |
@note OPENCV_IO_ENABLE_OPENEXR is deprecated because bundled OpenEXR library had been removed.