got prompt
saving images: 0%| | 0/1 [00:00<?, ?it/s][
WARN:0@1304.865] global grfmt_exr.cpp:102 cv::initOpenEXR imgcodecs: OpenEXR codec is disabled. You can enable it via 'OPENCV_IO_ENABLE_OPENEXR' option. Refer for details and cautions here: https://github.com/opencv/opencv/issues/21326
saving images: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3.95it/s]
Prompt executed in 3.59 seconds
TIFF saving is working but EXR is not.. please suggest how I can fix this!
Fixed! I am on windows so I was getting the export command to set the environment variable wrong, after a set OPENCV_IO_ENABLE_OPENEXR=1 it got working!
Getting this in the terminal -
TIFF saving is working but EXR is not.. please suggest how I can fix this!