reading RAW files

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
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 command line programs in ImageMagick that could help me convert RAW files into some other format which I could then read with my new program? I would have to be careful to preserve the pixel bit depth, and not convert each pixel to 3x8 bits.

Thanks!
Post Reply