What's with the empty loop ?

2851                         for (int band = 0; band < numBands; band++) {
2852
2853                         }

-phil.

On 12/28/16, 2:17 PM, Brian Burkhalter wrote:
The problems were that in some cases an incorrect ImageTypeSpecifier was being 
created for the layout of the image, that odd bit-depth data, e.g., 6 bits per 
sample, were not being expanded into, e.g., 8-bit components, and that the data 
expansion for planar (banded) images was using sizes appropriate to all bands 
as opposed to single bands. With this change, all the “flower” images in the 
“depth” subdirectory of the “libtiffpic” test image set are able to be 
displayed without exceptions.

Reply via email to