Home
last modified time | relevance | path

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

/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c157 uint16 inkset; in TIFFImageIterBegin() local
158 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFImageIterBegin()
159 if (inkset != INKSET_CMYK) { in TIFFImageIterBegin()
161 "InkSet", inkset); in TIFFImageIterBegin()
/libtiff-4.0.7/libtiff/
H A Dtif_getimage.c154 uint16 inkset; in TIFFRGBAImageOK() local
155 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageOK()
156 if (inkset != INKSET_CMYK) { in TIFFRGBAImageOK()
159 "InkSet", inkset); in TIFFRGBAImageOK()
425 uint16 inkset; in TIFFRGBAImageBegin() local
426 TIFFGetFieldDefaulted(tif, TIFFTAG_INKSET, &inkset); in TIFFRGBAImageBegin()
427 if (inkset != INKSET_CMYK) { in TIFFRGBAImageBegin()
429 "InkSet", inkset); in TIFFRGBAImageBegin()