Searched refs:input_photometric (Results 1 – 2 of 2) sorted by relevance
5921 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() local7056 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() local7730 input_photometric = image->photometric; in writeCroppedImage()[all …]
596 uint16 input_compression, input_photometric = PHOTOMETRIC_MINISBLACK; in tiffcp() local610 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()