Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/win_dib/
H A Dtiff2dib.c64 unsigned int BitsPerSample; in LoadTIFFinDIB() local
86 TIFFGetField(tif, TIFFTAG_BITSPERSAMPLE, &BitsPerSample); in LoadTIFFinDIB()
102 (BitsPerSample*SamplePerPixel)); in LoadTIFFinDIB()
138 if (checkcmap(1<<BitsPerSample, red, green, blue) == 16) in LoadTIFFinDIB()
146 for (i = (1<<BitsPerSample)-1; i >= 0; i--) in LoadTIFFinDIB()
H A DTiffile.cpp138 uint16 BitsPerSample; in TIFFRGBA2DIB() local
148 TIFFGetField(img->tif, TIFFTAG_BITSPERSAMPLE, &BitsPerSample); in TIFFRGBA2DIB()
153 if ( BitsPerSample == 1 && SamplePerPixel == 1 && dib->dibinstalled ) { // bilevel in TIFFRGBA2DIB()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c489 unsigned short BitsPerSample, SamplesPerPixel; in main() local
499 &nx, &ny, &BitsPerSample, &SamplesPerPixel, in main()
/libtiff-4.0.7/
H A DChangeLog1087 * libtiff/tif_next.c: check that BitsPerSample = 2. Fixes
1123 TransferFunction if BitsPerSample has not yet been read, otherwise reading
1124 it later will cause user code to crash if BitsPerSample > 1
1126 SamplesPerPixel != 3, or if CIELAB with SamplesPerPixel != 3 or BitsPerSample != 8
1131 libtiff too). Detect invalid settings of BitsPerSample/SamplesPerPixel for CIELAB / ITULAB
4648 * libtiff/tif_dirread.c: Fixed problem when fetching BitsPerSample and