Hello, I am using openCV to read in and process exr images. I have tried reading in the image using "imread" and cvLoadImage. However, when I try displaying the image using "imshow" (for imread) or cvShowImage, it does not display the image I expected. This happens even after I try to compress the pixel values by taking the log(pixel)*255. Does openCV handle EXR images? If so, how do I process and display the image? Thank you for your help, Grace Lee