Home
last modified time | relevance | path

Searched refs:photometric (Results 176 – 200 of 995) sorted by relevance

12345678910>>...40

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/contrib/pds/
H A Dtif_imageiter.c94 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFImageIterBegin()
98 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFImageIterBegin()
100 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFImageIterBegin()
103 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
110 switch (img->photometric) { in TIFFImageIterBegin()
143 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
171 photoTag, img->photometric); in TIFFImageIterBegin()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dtiff2bw.c116 uint16 photometric; in main() local
163 photometric = 0; in main()
164 TIFFGetField(in, TIFFTAG_PHOTOMETRIC, &photometric); in main()
165 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
177 if( photometric == PHOTOMETRIC_RGB && samplesperpixel != 3) { in main()
231 switch (pack(photometric, config)) { in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/contrib/pds/
H A Dtif_imageiter.c96 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFImageIterBegin()
100 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFImageIterBegin()
102 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFImageIterBegin()
105 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
112 switch (img->photometric) { in TIFFImageIterBegin()
145 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
173 photoTag, img->photometric); in TIFFImageIterBegin()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/contrib/pds/
H A Dtif_imageiter.c96 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFImageIterBegin()
100 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFImageIterBegin()
102 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFImageIterBegin()
105 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
112 switch (img->photometric) { in TIFFImageIterBegin()
145 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
173 photoTag, img->photometric); in TIFFImageIterBegin()
/dports/graphics/tiffgt/tiff-4.3.0/contrib/pds/
H A Dtif_imageiter.c94 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFImageIterBegin()
98 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFImageIterBegin()
100 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFImageIterBegin()
103 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
110 switch (img->photometric) { in TIFFImageIterBegin()
143 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
171 photoTag, img->photometric); in TIFFImageIterBegin()
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiff2bw.c120 uint16_t photometric; in main() local
172 photometric = 0; in main()
173 TIFFGetField(in, TIFFTAG_PHOTOMETRIC, &photometric); in main()
174 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
186 if( photometric == PHOTOMETRIC_RGB && samplesperpixel != 3) { in main()
240 switch (pack(photometric, config)) { in main()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiff2bw.c120 uint16_t photometric; in main() local
172 photometric = 0; in main()
173 TIFFGetField(in, TIFFTAG_PHOTOMETRIC, &photometric); in main()
174 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
186 if( photometric == PHOTOMETRIC_RGB && samplesperpixel != 3) { in main()
240 switch (pack(photometric, config)) { in main()
/dports/graphics/tiff/tiff-4.3.0/contrib/pds/
H A Dtif_imageiter.c94 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFImageIterBegin()
98 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFImageIterBegin()
100 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFImageIterBegin()
103 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
110 switch (img->photometric) { in TIFFImageIterBegin()
143 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
171 photoTag, img->photometric); in TIFFImageIterBegin()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/contrib/pds/
H A Dtif_imageiter.c96 if (!TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &img->photometric)) { in TIFFImageIterBegin()
100 img->photometric = PHOTOMETRIC_MINISWHITE; in TIFFImageIterBegin()
102 img->photometric = PHOTOMETRIC_MINISBLACK; in TIFFImageIterBegin()
105 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
112 switch (img->photometric) { in TIFFImageIterBegin()
145 img->photometric = PHOTOMETRIC_RGB; in TIFFImageIterBegin()
173 photoTag, img->photometric); in TIFFImageIterBegin()
/dports/misc/vxl/vxl-3.3.2/core/vil1/file_formats/
H A Dvil1_tiff.cxx154 unsigned short photometric; member
434 TIFFGetField(p->tif, TIFFTAG_PHOTOMETRIC, &p->photometric); in read_header()
435 switch (p->photometric) in read_header()
521 …FFError("TIFFImageRH: ", "Can not handle image with PhotometricInterpretation=%d", p->photometric); in read_header()
546 p->photometric, in read_header()
648 p->photometric = PHOTOMETRIC_RGB; in write_header()
650 p->photometric = PHOTOMETRIC_MINISBLACK; in write_header()
652 TIFFSetField(p->tif, TIFFTAG_PHOTOMETRIC, p->photometric); in write_header()
696 p->photometric, in write_header()
/dports/graphics/vigra/vigra-8acd73a/src/impex/
H A Dtiff.cxx193 photometric, planarconfig, fillorder, extra_samples_per_pixel; member in vigra::TIFFCodecImpl
402 &photometric ) ) in init()
408 photometric = PHOTOMETRIC_MINISBLACK; in init()
414 photometric = PHOTOMETRIC_RGB; in init()
426 switch ( photometric ) in init()
529 if (photometric == PHOTOMETRIC_LOGLUV) { in init()
643 *bitpointer = ((currentByte & (1 << bit)) ? photometric : 1 - photometric); in currentScanlineOfBand()
684 if ( photometric == PHOTOMETRIC_MINISWHITE && in nextScanline()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c77 uint16 photometric; in TIFFRGBAImageOK() local
97 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
100 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
107 switch (photometric) { in TIFFRGBAImageOK()
178 photoTag, photometric); in TIFFRGBAImageOK()
290 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
297 switch (img->photometric) { in TIFFRGBAImageBegin()
407 photoTag, img->photometric); in TIFFRGBAImageBegin()
2283 switch (img->photometric) { in buildMap()
2324 switch (img->photometric) { in pickTileContigCase()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c77 uint16 photometric; in TIFFRGBAImageOK() local
97 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
100 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
107 switch (photometric) { in TIFFRGBAImageOK()
178 photoTag, photometric); in TIFFRGBAImageOK()
290 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
297 switch (img->photometric) { in TIFFRGBAImageBegin()
407 photoTag, img->photometric); in TIFFRGBAImageBegin()
2283 switch (img->photometric) { in buildMap()
2324 switch (img->photometric) { in pickTileContigCase()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c77 uint16 photometric; in TIFFRGBAImageOK() local
97 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
100 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
107 switch (photometric) { in TIFFRGBAImageOK()
178 photoTag, photometric); in TIFFRGBAImageOK()
290 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
297 switch (img->photometric) { in TIFFRGBAImageBegin()
407 photoTag, img->photometric); in TIFFRGBAImageBegin()
2283 switch (img->photometric) { in buildMap()
2324 switch (img->photometric) { in pickTileContigCase()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_getimage.c77 uint16 photometric; in TIFFRGBAImageOK() local
97 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
100 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
107 switch (photometric) { in TIFFRGBAImageOK()
178 photoTag, photometric); in TIFFRGBAImageOK()
290 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
297 switch (img->photometric) { in TIFFRGBAImageBegin()
407 photoTag, img->photometric); in TIFFRGBAImageBegin()
2283 switch (img->photometric) { in buildMap()
2324 switch (img->photometric) { in pickTileContigCase()
[all …]
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_getimage.c77 uint16 photometric; in TIFFRGBAImageOK() local
97 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
100 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
107 switch (photometric) { in TIFFRGBAImageOK()
178 photoTag, photometric); in TIFFRGBAImageOK()
290 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
297 switch (img->photometric) { in TIFFRGBAImageBegin()
407 photoTag, img->photometric); in TIFFRGBAImageBegin()
2282 switch (img->photometric) { in buildMap()
2323 switch (img->photometric) { in pickTileContigCase()
[all …]
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_getimage.c77 uint16 photometric; in TIFFRGBAImageOK() local
97 photometric = PHOTOMETRIC_MINISBLACK; in TIFFRGBAImageOK()
100 photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageOK()
107 switch (photometric) { in TIFFRGBAImageOK()
178 photoTag, photometric); in TIFFRGBAImageOK()
290 img->photometric = PHOTOMETRIC_RGB; in TIFFRGBAImageBegin()
297 switch (img->photometric) { in TIFFRGBAImageBegin()
407 photoTag, img->photometric); in TIFFRGBAImageBegin()
2282 switch (img->photometric) { in buildMap()
2323 switch (img->photometric) { in pickTileContigCase()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/test/
H A Dshort_tag.c49 const uint16 photometric = PHOTOMETRIC_RGB; variable
118 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
166 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/test/
H A Dshort_tag.c49 const uint16 photometric = PHOTOMETRIC_RGB; variable
118 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
166 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/test/
H A Dshort_tag.c48 const uint16 photometric = PHOTOMETRIC_RGB; variable
117 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
165 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/test/
H A Dshort_tag.c47 const uint16 photometric = PHOTOMETRIC_RGB; variable
116 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
164 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/test/
H A Dshort_tag.c47 const uint16 photometric = PHOTOMETRIC_RGB; variable
116 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
164 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/test/
H A Dshort_tag.c49 const uint16 photometric = PHOTOMETRIC_RGB; variable
118 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
166 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/test/
H A Dshort_tag.c48 const uint16 photometric = PHOTOMETRIC_RGB; variable
117 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
165 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/graphics/tiffgt/tiff-4.3.0/test/
H A Dshort_tag.c47 const uint16_t photometric = PHOTOMETRIC_RGB; variable
116 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
164 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()

12345678910>>...40