Home
last modified time | relevance | path

Searched refs:PHOTOMETRIC_RGB (Results 1 – 25 of 26) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/ras/
A Dras2tif.c188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
A Dtif2ras.c210 case PHOTOMETRIC_RGB:
257 case PHOTOMETRIC_RGB:
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiff2bw.c169 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
181 if( photometric == PHOTOMETRIC_RGB && samplesperpixel != 3) { in main()
257 case pack(PHOTOMETRIC_RGB, PLANARCONFIG_CONTIG): in main()
267 case pack(PHOTOMETRIC_RGB, PLANARCONFIG_SEPARATE): in main()
A Dpal2rgb.c78 uint16 photometric = PHOTOMETRIC_RGB; in main()
153 photometric = PHOTOMETRIC_RGB; in main()
A Draw2tiff.c168 photometric = PHOTOMETRIC_RGB; in main()
256 if (photometric == PHOTOMETRIC_RGB in main()
A Dtiff2ps.c515 photometric = PHOTOMETRIC_RGB; in checkImage()
524 case PHOTOMETRIC_RGB: in checkImage()
551 PHOTOMETRIC_MINISBLACK : PHOTOMETRIC_RGB; in checkImage()
1525 case 3: photometric = PHOTOMETRIC_RGB; in TIFF2PS()
1730 case PHOTOMETRIC_RGB: in PS_Lvl2colorspace()
1932 case PHOTOMETRIC_RGB: in PS_Lvl2ImageDict()
2349 case PHOTOMETRIC_RGB: in PSpage()
A Dppm2tiff.c169 photometric = PHOTOMETRIC_RGB; in main()
A Dtiffgt.c460 return (PHOTOMETRIC_RGB); in photoArg()
A Dtiff2rgba.c502 TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in tiffcvt()
A Dtiffcp.c626 if (input_photometric == PHOTOMETRIC_RGB && in tiffcp()
641 TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in tiffcp()
A Dtiffmedian.c172 photometric != PHOTOMETRIC_RGB || samplesperpixel < 3) { in main()
A Dtiffcrop.c5952 case PHOTOMETRIC_RGB: in loadImage()
7119 if ((input_photometric == PHOTOMETRIC_RGB) && in writeSingleSection()
7136 (input_photometric == PHOTOMETRIC_RGB) ? "RGB" : in writeSingleSection()
7789 if ((input_photometric == PHOTOMETRIC_RGB) && in writeCroppedImage()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Dascii_tag.c105 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB)) { in main()
A Dlong_tag.c99 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB)) { in main()
A Dshort_tag.c49 const uint16 photometric = PHOTOMETRIC_RGB;
A Dcustom_dir.c50 const uint16 photometric = PHOTOMETRIC_RGB;
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_imageiter.c105 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
145 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
149 case PHOTOMETRIC_RGB: in TIFFImageIterBegin()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_getimage.c109 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
145 case PHOTOMETRIC_RGB: in TIFFRGBAImageOK()
334 && img->photometric == PHOTOMETRIC_RGB ) in TIFFRGBAImageBegin()
353 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
410 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
423 case PHOTOMETRIC_RGB: in TIFFRGBAImageBegin()
468 img->photometric = PHOTOMETRIC_RGB; /* little white lie */ in TIFFRGBAImageBegin()
2570 case PHOTOMETRIC_RGB: in buildMap()
2610 case PHOTOMETRIC_RGB: in PickContigCase()
2768 case PHOTOMETRIC_RGB: in PickSeparateCase()
A Dtiff.h196 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
A Dtif_dirread.c3523 case PHOTOMETRIC_RGB: in _TIFFGetMaxColorChannels()
4016 else if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()
4032 if (tif->tif_dir.td_photometric==PHOTOMETRIC_RGB) in TIFFReadDirectory()
4097 tif->tif_dir.td_photometric = PHOTOMETRIC_RGB; in TIFFReadDirectory()
A Dtif_jpeg.c1759 else if (td->td_photometric == PHOTOMETRIC_RGB && td->td_samplesperpixel == 3) in JPEGSetupEncode()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/
A Dtiff-rgb.c93 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in main()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiff.h196 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-7456.patch90 + case PHOTOMETRIC_RGB:
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/
A Dxtiff.c440 tfPhotometricInterpretation = PHOTOMETRIC_RGB; in GetTIFFHeader()
455 case PHOTOMETRIC_RGB: in GetTIFFHeader()

Completed in 117 milliseconds

12