Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c5921 image->photometric = input_photometric; in loadImage()
5925 switch (input_photometric) in loadImage()
6101 if (input_photometric == PHOTOMETRIC_YCBCR) in loadImage()
7048 uint16 input_compression, input_photometric; in writeSingleSection() local
7056 input_photometric = image->photometric; in writeSingleSection()
7096 (input_photometric == PHOTOMETRIC_PALETTE) ? in writeSingleSection()
7100 if ((input_photometric == PHOTOMETRIC_RGB) && in writeSingleSection()
7121 if (((input_photometric == PHOTOMETRIC_LOGL) || in writeSingleSection()
7725 uint16 input_compression, input_photometric; in writeCroppedImage() local
7730 input_photometric = image->photometric; in writeCroppedImage()
[all …]
H A Dtiffcp.c596 uint16 input_compression, input_photometric = PHOTOMETRIC_MINISBLACK; in tiffcp() local
610 TIFFGetFieldDefaulted(in, TIFFTAG_PHOTOMETRIC, &input_photometric); in tiffcp()
614 } else if (input_photometric == PHOTOMETRIC_YCBCR) { in tiffcp()
627 if (input_photometric == PHOTOMETRIC_RGB && in tiffcp()
631 TIFFSetField(out, TIFFTAG_PHOTOMETRIC, input_photometric); in tiffcp()