I can't seem to retrieve the actual color mode of an image. Each of the following two images has a different color mode:
- https://www.dropbox.com/s/p4dpnkofgezfzwk/23792_004_0676_R_V1.tif
ExifTool shows me:Color Mode : RGB ICC Profile Name : Adobe RGB (1998)
- https://www.dropbox.com/s/4ngfjwkayrzp2ev/Spirits_Dead_1968_f_R_T.tif
ExifTool shows me:Color Mode : Grayscale ICC Profile Name : Gray Gamma 2.2
MagickImage magickImageSource = new MagickImage(sourceFilePath);