Home
last modified time | relevance | path

Searched refs:tfSamplesPerPixel (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/contrib/dbs/xtiff/
H A Dxtiff.c242 uint16 tfBitsPerSample, tfSamplesPerPixel, tfPlanarConfiguration, variable
420 TIFFGetFieldDefaulted(tfFile, TIFFTAG_SAMPLESPERPIXEL, &tfSamplesPerPixel); in GetTIFFHeader()
426 tfImageDepth = tfBitsPerSample * tfSamplesPerPixel; in GetTIFFHeader()
439 if (tfSamplesPerPixel != 1) in GetTIFFHeader()
780 if (tfSamplesPerPixel == 4) /* skip the fourth channel */ in GetTIFFImage()
785 for (s = 0; s < tfSamplesPerPixel; s++) { in GetTIFFImage()