- Jun 27, 2002
- 2,908
- 0
- 76
I know the human eye can't tell color depth beyond 24 bits per pixel, but this is for my job as a research assistant...
We're trying to take a picture of something with a Canon Digital Rebel XT. We want to use the RAW mode to capture 16 bits per color channel for improved precision in our color measurements.
I want to write some Visual Basic 6 code that can read TIFF or CR2 files in their native 48-bit color and extract the individual 16-bit RGB values from each pixel. Can someone help me with the structure of a TIFF or CR2 file? I can already do this with 24-bit bitmaps, but TIFF files are a totally different story. Is there software out there that can convert 48-bit TIFFS to 48-bit bitmaps? Does the bitmap file format support more than 24 bits per pixel?
(I have access to some software that can convert a CR2 file to a 48-bit TIFF, but it's a little tedious. We'll be dealing with thousands of 8-megapixel images, and it's a LOT of processing time that I'd really rather automate.)
Thanks.
We're trying to take a picture of something with a Canon Digital Rebel XT. We want to use the RAW mode to capture 16 bits per color channel for improved precision in our color measurements.
I want to write some Visual Basic 6 code that can read TIFF or CR2 files in their native 48-bit color and extract the individual 16-bit RGB values from each pixel. Can someone help me with the structure of a TIFF or CR2 file? I can already do this with 24-bit bitmaps, but TIFF files are a totally different story. Is there software out there that can convert 48-bit TIFFS to 48-bit bitmaps? Does the bitmap file format support more than 24 bits per pixel?
(I have access to some software that can convert a CR2 file to a 48-bit TIFF, but it's a little tedious. We'll be dealing with thousands of 8-megapixel images, and it's a LOT of processing time that I'd really rather automate.)
Thanks.