support for reading a ".raw" file

bwells

Well-known member
Joined
Feb 25, 2003
Messages
84
I have been given some image data that is in a ".raw" format. I understand some package such as photo shop can read this format. Does anyone know if I can create an Image object from a file in the .raw format? Can I create a file stream, a binary file reader and do an Image.FromStream on a ".raw" file?

thanks
Bryan
 
Back
Top