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 D | ras2tif.c | 188 photometric = PHOTOMETRIC_RGB; 193 photometric = PHOTOMETRIC_RGB;
|
A D | tif2ras.c | 210 case PHOTOMETRIC_RGB: 257 case PHOTOMETRIC_RGB:
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2bw.c | 169 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 D | pal2rgb.c | 78 uint16 photometric = PHOTOMETRIC_RGB; in main() 153 photometric = PHOTOMETRIC_RGB; in main()
|
A D | raw2tiff.c | 168 photometric = PHOTOMETRIC_RGB; in main() 256 if (photometric == PHOTOMETRIC_RGB in main()
|
A D | tiff2ps.c | 515 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 D | ppm2tiff.c | 169 photometric = PHOTOMETRIC_RGB; in main()
|
A D | tiffgt.c | 460 return (PHOTOMETRIC_RGB); in photoArg()
|
A D | tiff2rgba.c | 502 TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in tiffcvt()
|
A D | tiffcp.c | 626 if (input_photometric == PHOTOMETRIC_RGB && in tiffcp() 641 TIFFSetField(out, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in tiffcp()
|
A D | tiffmedian.c | 172 photometric != PHOTOMETRIC_RGB || samplesperpixel < 3) { in main()
|
A D | tiffcrop.c | 5952 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 D | ascii_tag.c | 105 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB)) { in main()
|
A D | long_tag.c | 99 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB)) { in main()
|
A D | short_tag.c | 49 const uint16 photometric = PHOTOMETRIC_RGB;
|
A D | custom_dir.c | 50 const uint16 photometric = PHOTOMETRIC_RGB;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_imageiter.c | 105 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 D | tif_getimage.c | 109 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 D | tiff.h | 196 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
|
A D | tif_dirread.c | 3523 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 D | tif_jpeg.c | 1759 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 D | tiff-rgb.c | 93 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, PHOTOMETRIC_RGB); in main()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiff.h | 196 #define PHOTOMETRIC_RGB 2 /* RGB color model */ macro
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-7456.patch | 90 + case PHOTOMETRIC_RGB:
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/ |
A D | xtiff.c | 440 tfPhotometricInterpretation = PHOTOMETRIC_RGB; in GetTIFFHeader() 455 case PHOTOMETRIC_RGB: in GetTIFFHeader()
|
Completed in 117 milliseconds
12