Searched refs:PHOTOMETRIC_RGB (Results 1 – 6 of 6) sorted by relevance
110 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()146 case PHOTOMETRIC_RGB: in TIFFRGBAImageOK()335 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()354 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()411 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()424 case PHOTOMETRIC_RGB: in TIFFRGBAImageBegin()469 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()2599 case PHOTOMETRIC_RGB: in buildMap()2639 case PHOTOMETRIC_RGB: in PickContigCase()2797 case PHOTOMETRIC_RGB: in PickSeparateCase()
196 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
3888 else if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()3904 if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()3938 tif->tif_dir.td_photometric = PHOTOMETRIC_RGB; in TIFFReadDirectory()
1621 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3) in JPEGSetupEncode()
1240 case PHOTOMETRIC_RGB: in ReadTIFFImage()1472 if ((samples_per_pixel == 4) && (photometric == PHOTOMETRIC_RGB)) in ReadTIFFImage()1581 if ((photometric != PHOTOMETRIC_RGB) && in ReadTIFFImage()3362 photometric=PHOTOMETRIC_RGB; in WriteTIFFImage()3478 if (photometric == PHOTOMETRIC_RGB) in WriteTIFFImage()3543 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3569 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3583 if (((photometric == PHOTOMETRIC_RGB) || in WriteTIFFImage()3692 case PHOTOMETRIC_RGB: in WriteTIFFImage()
311 if (photometric != PHOTOMETRIC_RGB) { in IsSupport()