+2011-03-09 6.6.8-2 Cristy <quetzlzacatenango@image...>
+ * Support the Radiance HDR image format.
+ * Update the offset in the black channel when sharpening to avoid incorrect
+ results.
+ * Do not use GenericReadMethod for TIFF images with 64-bits per sample.
+
2011-03-06 6.6.8-2 Glenn Randers-Pehrson <glennrp@image...>
* Throw error message when the requested color-type or bit-depth
cannot be written by the PNG encoder (error was being thrown
* Ignore any PNG text chunk with a "density" keyword found by the PNG
decoder, if the PNG datastream also contains a pHYs chunk.
-2011-03-06 6.6.8-2 Cristy <quetzlzacatenango@image...>
- * Support the Radiance HDR image format.
- * Update the offset in the black channel when sharpening to avoid incorrect
- results.
-
2011-03-06 6.6.8-1 Cristy <quetzlzacatenango@image...>
* New version 6.6.8-1.
(photometric == PHOTOMETRIC_MINISWHITE))
method=ReadSingleSampleMethod;
if ((photometric != PHOTOMETRIC_SEPARATED) &&
- (interlace == PLANARCONFIG_SEPARATE))
+ (interlace == PLANARCONFIG_SEPARATE) && (bits_per_sample < 64))
method=ReadGenericMethod;
if (image->compression == JPEGCompression)
method=ReadGenericMethod;