
>       if (spp > MAX_SAMPLES) {
>           TIFFWarning(TIFFFileName(in), "Number of samples exceeds MAX_SAMPLES, limiting to %d", MAX_SAMPLES);
>           spp = MAX_SAMPLES;
>       }
        for (s = 0; s < spp; s++)
