+2010-08-13 6.6.3-6 Cristy <quetzlzacatenango@image...>
+ * The AdobeRgb.tif TIFF image no longer faults under Windows (reference
+ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16838).
+
2010-08-12 6.6.3-5 Cristy <quetzlzacatenango@image...>
* The -fx 2e+6/1e+5 argument no longer returns the wrong results (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16833).
if ((photometric == PHOTOMETRIC_MINISBLACK) ||
(photometric == PHOTOMETRIC_MINISWHITE))
method=ReadSingleSampleMethod;
+ if ((photometric == PHOTOMETRIC_RGB) &&
+ (bits_per_sample <= 8))
+ method=ReadGenericMethod;
if ((photometric != PHOTOMETRIC_SEPARATED) &&
(interlace == PLANARCONFIG_SEPARATE))
method=ReadGenericMethod;