Reading RAW files

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jon bondy

Reading RAW files

Post by jon bondy »

I am writing a program in Delphi 2007 to process image files. I can read most of the regular file formats (JPG, PNG, BMP, TIF) but not RAW. Are there any routines in ImageMagick that could help me either convert RAW files into some other format which I could then read with my new program, or read the RAW files directly? I would have to be careful to preserve the pixel bit depth, and not convert each pixel to 3x8 bits.

Thanks!
Post Reply