Lines Matching refs:photometric
139 int width = 0, height = 0, photometric = 0, compression = 0; in ReadHeader() local
145 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ) && in ReadHeader()
152 m_iscolor = photometric > 1; in ReadHeader()
359 int photometric = -1; in ReadHeader() local
448 photometric = value; in ReadHeader()
449 if( (unsigned)photometric > 3 ) in ReadHeader()
507 if( photometric == 0 || photometric == 1 && channels == 1 ) in ReadHeader()
509 FillGrayPalette( m_palette, m_bpp, photometric == 0 ); in ReadHeader()
516 if( (photometric == 0 || photometric == 1 || in ReadHeader()
517 photometric == 3 && pal_length == (1 << m_bpp)) && in ReadHeader()
522 FillGrayPalette( m_palette, m_bpp, photometric == 0 ); in ReadHeader()
531 else if( photometric == 2 && pal_length < 0 && in ReadHeader()