I have some questions regarding High-Dynamic Range (HDR) images. First, can somebody please tell me about how these images are stored, I mean in which format? and how many bits per pixel?
Second, is it possible to store these kind of images in a commonly used image formats, like PNG, TIFF etc, with 8 bits per pixel (per channel)?
Actually, I want to compare images from a commercial camera and from a HDR camera. So, it would be ideal for me, if they are in the same format with same number of bits per pixel. I intend to use OpenCV for image processing algorithms.
Thanks a lot.