Home
last modified time | relevance | path

Searched refs:TIFFTAG_EXTRASAMPLES (Results 1 – 20 of 20) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffsplit.c201 CopyField2(TIFFTAG_EXTRASAMPLES, shortv, shortav); in tiffcp()
H A Dtiff2rgba.c515 TIFFSetField(out, TIFFTAG_EXTRASAMPLES, 1, v); in tiffcvt()
H A Dtiff2bw.c420 { TIFFTAG_EXTRASAMPLES, (uint16) -1, TIFF_SHORT },
H A Dtiffdump.c610 { TIFFTAG_EXTRASAMPLES, "ExtraSamples" },
H A Dtiffcmp.c325 CmpShortArrayField(TIFFTAG_EXTRASAMPLES,"ExtraSamples"); in cmptags()
H A Dthumbnail.c270 { TIFFTAG_EXTRASAMPLES, (uint16) -1, TIFF_SHORT },
H A Dtiffcp.c577 { TIFFTAG_EXTRASAMPLES, (uint16) -1, TIFF_SHORT },
H A Dtiff2ps.c1508 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, &extrasamples, &sampleinfo); in TIFF2PS()
H A Dtiff2pdf.c1417 TIFFTAG_EXTRASAMPLES, in t2p_read_tiff_data()
H A Dtiffcrop.c1589 { TIFFTAG_EXTRASAMPLES, (uint16) -1, TIFF_SHORT },
/libtiff-4.0.7/libtiff/
H A Dtiff.h302 #define TIFFTAG_EXTRASAMPLES 338 /* !info about extra samples */ macro
H A Dtif_aux.c237 case TIFFTAG_EXTRASAMPLES: in TIFFVGetFieldDefaulted()
H A Dtif_dir.c355 case TIFFTAG_EXTRASAMPLES: in _TIFFVSetField()
981 case TIFFTAG_EXTRASAMPLES: in _TIFFVGetField()
H A Dtif_dirinfo.c112 …{ TIFFTAG_EXTRASAMPLES, -1, -1, TIFF_SHORT, 0, TIFF_SETGET_C16_UINT16, TIFF_SETGET_UNDEFINED, FIEL…
H A Dtif_dirwrite.c577 TIFFGetFieldDefaulted(tif,TIFFTAG_EXTRASAMPLES,&na,&nb); in TIFFWriteDirectorySec()
578 if (!TIFFWriteDirectoryTagShortArray(tif,&ndir,dir,TIFFTAG_EXTRASAMPLES,na,nb)) in TIFFWriteDirectorySec()
H A Dtif_getimage.c305 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, in TIFFRGBAImageBegin()
H A Dtif_dirread.c3564 case TIFFTAG_EXTRASAMPLES: in TIFFReadDirectory()
/libtiff-4.0.7/archive/tools/
H A Dsgi2tiff.c134 TIFFSetField(out, TIFFTAG_EXTRASAMPLES, 1, v); in main()
/libtiff-4.0.7/contrib/pds/
H A Dtif_imageiter.c85 TIFFGetFieldDefaulted(tif, TIFFTAG_EXTRASAMPLES, in TIFFImageIterBegin()
/libtiff-4.0.7/
H A DChangeLog4665 * libtiff/tif_dirinfo.c: Change definition for TIFFTAG_EXTRASAMPLES