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!