Searched refs:PHOTOMETRIC_RGB (Results 1 – 6 of 6) sorted by relevance
108 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()144 case PHOTOMETRIC_RGB: in TIFFRGBAImageOK()333 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()352 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()409 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()422 case PHOTOMETRIC_RGB: in TIFFRGBAImageBegin()467 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()2618 case PHOTOMETRIC_RGB: in buildMap()2658 case PHOTOMETRIC_RGB: in PickContigCase()2816 case PHOTOMETRIC_RGB: in PickSeparateCase()
198 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
3511 case PHOTOMETRIC_RGB: in _TIFFGetMaxColorChannels()4067 else if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()4083 if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()4148 tif->tif_dir.td_photometric = PHOTOMETRIC_RGB; in TIFFReadDirectory()
1762 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3) in JPEGSetupEncode()
1341 photometric=PHOTOMETRIC_RGB; in ReadTIFFImage()1385 case PHOTOMETRIC_RGB: in ReadTIFFImage()1707 if ((samples_per_pixel == 4) && (photometric == PHOTOMETRIC_RGB)) in ReadTIFFImage()3570 photometric=PHOTOMETRIC_RGB; in WriteTIFFImage()3682 if (photometric == PHOTOMETRIC_RGB) in WriteTIFFImage()3744 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3767 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3782 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3794 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3810 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()[all …]
311 if (photometric != PHOTOMETRIC_RGB) { in IsSupport()