Home
last modified time | relevance | path

Searched refs:photometric (Results 151 – 175 of 995) sorted by relevance

12345678910>>...40

/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/coders/
H A Dtiff.c1253 photometric, in ReadTIFFImage() local
1336 photometric=PHOTOMETRIC_RGB; in ReadTIFFImage()
1366 switch (photometric) in ReadTIFFImage()
1471 if (photometric == PHOTOMETRIC_CIELAB) in ReadTIFFImage()
1682 switch (photometric) in ReadTIFFImage()
2156 if (photometric == PHOTOMETRIC_CIELAB) in ReadTIFFImage()
3339 photometric, in WriteTIFFImage() local
3564 photometric=PHOTOMETRIC_SEPARATED; in WriteTIFFImage()
3590 photometric=PHOTOMETRIC_RGB; in WriteTIFFImage()
3700 if (photometric == PHOTOMETRIC_RGB) in WriteTIFFImage()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiff2ps.c288 static uint16 photometric; variable
296 switch (photometric) { in checkImage()
303 photometric = PHOTOMETRIC_RGB; in checkImage()
338 photometric = (photometric == PHOTOMETRIC_LOGL) ? in checkImage()
347 photometric); in checkImage()
586 photometric = PHOTOMETRIC_RGB; in TIFF2PS()
589 photometric = PHOTOMETRIC_SEPARATED; in TIFF2PS()
774 switch ( photometric ) in PS_Lvl2colorspace()
940 switch (photometric) { in PS_Lvl2ImageDict()
981 switch (photometric) { in PS_Lvl2ImageDict()
[all …]
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiff2ps.c281 static uint16 photometric; variable
289 switch (photometric) { in checkImage()
296 photometric = PHOTOMETRIC_RGB; in checkImage()
331 photometric = (photometric == PHOTOMETRIC_LOGL) ? in checkImage()
340 photometric); in checkImage()
577 photometric = PHOTOMETRIC_RGB; in TIFF2PS()
580 photometric = PHOTOMETRIC_SEPARATED; in TIFF2PS()
747 switch ( photometric ) in PS_Lvl2colorspace()
913 switch (photometric) { in PS_Lvl2ImageDict()
954 switch (photometric) { in PS_Lvl2ImageDict()
[all …]
H A Dtiff2bw.c108 uint16 photometric; in main() local
148 photometric = 0; in main()
149 TIFFGetField(in, TIFFTAG_PHOTOMETRIC, &photometric); in main()
150 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
202 switch (pack(photometric, config)) { in main()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiff2ps.c281 static uint16 photometric; variable
289 switch (photometric) { in checkImage()
296 photometric = PHOTOMETRIC_RGB; in checkImage()
331 photometric = (photometric == PHOTOMETRIC_LOGL) ? in checkImage()
340 photometric); in checkImage()
577 photometric = PHOTOMETRIC_RGB; in TIFF2PS()
580 photometric = PHOTOMETRIC_SEPARATED; in TIFF2PS()
747 switch ( photometric ) in PS_Lvl2colorspace()
913 switch (photometric) { in PS_Lvl2ImageDict()
954 switch (photometric) { in PS_Lvl2ImageDict()
[all …]
H A Dtiff2bw.c108 uint16 photometric; in main() local
148 photometric = 0; in main()
149 TIFFGetField(in, TIFFTAG_PHOTOMETRIC, &photometric); in main()
150 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
202 switch (pack(photometric, config)) { in main()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/test/
H A Dshort_tag.c50 const uint16 photometric = PHOTOMETRIC_RGB; variable
110 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in main()
148 if (CheckShortField(tif, TIFFTAG_PHOTOMETRIC, photometric) < 0) in main()
/dports/graphics/py-rasterio/rasterio-1.2.10/rasterio/rio/
H A Dstack.py23 def stack(ctx, files, output, driver, bidx, photometric, overwrite, argument
95 if photometric:
96 kwargs['photometric'] = photometric
/dports/x11/xloadimage/xloadimage.4.1/
H A Dtiff.c23 unsigned short photometric; member
68 TIFFGetFieldDefaulted(tiff, TIFFTAG_PHOTOMETRIC, &info->photometric);
94 convert(info->photometric);
105 convert(info->photometric);
125 switch (info->photometric) {
203 switch (info->photometric) {
267 switch (info.photometric) {
282 if (info.photometric == PHOTOMETRIC_MINISBLACK) {
311 if (info.photometric == PHOTOMETRIC_MINISWHITE)
/dports/graphics/p5-Imager/Imager-1.012/TIFF/
H A Dimtiff.c132 uint16 photometric; member
380 uint16 photometric; in read_one_tiff() local
424 state.photometric = photometric; in read_one_tiff()
447 && photometric == PHOTOMETRIC_RGB in read_one_tiff()
472 && photometric == PHOTOMETRIC_RGB in read_one_tiff()
480 && photometric == PHOTOMETRIC_RGB in read_one_tiff()
1095 uint16 photometric; in write_one_bilevel() local
1114 photometric = PHOTOMETRIC_MINISWHITE; in write_one_bilevel()
1119 photometric = PHOTOMETRIC_MINISBLACK; in write_one_bilevel()
1857 uint16 photometric; in fallback_rgb_channels() local
[all …]
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2tiff.c1353 origin->photometric = value16; in init_tiff_origin()
4899 destination->photometric); in set_tiff_destination()
5908 && destination->photometric < 2 in rl2_write_tiff_scanline()
5924 && destination->photometric < 2 in rl2_write_tiff_scanline()
5932 && destination->photometric < 2 in rl2_write_tiff_scanline()
5940 && destination->photometric < 2 in rl2_write_tiff_scanline()
5948 && destination->photometric < 2 in rl2_write_tiff_scanline()
5956 && destination->photometric < 2 in rl2_write_tiff_scanline()
5964 && destination->photometric < 2 in rl2_write_tiff_scanline()
5972 && destination->photometric < 2 in rl2_write_tiff_scanline()
[all …]
/dports/graphics/delaboratory/delaboratory-0.8/gui_wx/
H A Dtiff.cc72 uint16 photometric; in loadTIFF() local
78 TIFFGetField(tif, TIFFTAG_PHOTOMETRIC, &photometric); in loadTIFF()
84 if (photometric != PHOTOMETRIC_RGB) in loadTIFF()
142 if (photometric == PHOTOMETRIC_RGB) in loadTIFF()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dtiff2bw.c120 uint16 photometric; in main() local
162 photometric = 0; in main()
163 TIFFGetField(in, TIFFTAG_PHOTOMETRIC, &photometric); in main()
164 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE ) { in main()
176 if( photometric == PHOTOMETRIC_RGB && samplesperpixel != 3) { in main()
223 switch (pack(photometric, config)) { in main()
/dports/graphics/imageworsener/imageworsener-1.3.4/src/
H A Dimagew-tiff.c32 int photometric; member
279 iw_set_ui16le(&buf[8],wctx->photometric); in write_tag_to_ifd()
461 wctx->photometric = IWTIFF_PHOTO_RGB; in iwtiff_write_main()
466 wctx->photometric = IWTIFF_PHOTO_RGB; in iwtiff_write_main()
475 wctx->photometric = IWTIFF_PHOTO_MINISBLACK; in iwtiff_write_main()
484 wctx->photometric = IWTIFF_PHOTO_PALETTE; in iwtiff_write_main()
496 wctx->photometric = IWTIFF_PHOTO_MINISBLACK; in iwtiff_write_main()
500 wctx->photometric = IWTIFF_PHOTO_MINISBLACK; in iwtiff_write_main()
/dports/graphics/evince/evince-41.3/backend/tiff/
H A Dtiff2ps.c145 uint16 photometric; member
198 switch (ctx->photometric) { in checkImage()
206 ctx->photometric = PHOTOMETRIC_RGB; in checkImage()
241 ctx->photometric = (ctx->photometric == PHOTOMETRIC_LOGL) ? in checkImage()
250 ctx->photometric); in checkImage()
500 ctx->photometric = PHOTOMETRIC_RGB; in tiff2ps_process_page()
503 ctx->photometric = PHOTOMETRIC_SEPARATED; in tiff2ps_process_page()
688 switch ( ctx->photometric ) in PS_Lvl2colorspace()
850 switch (ctx->photometric) { in PS_Lvl2ImageDict()
891 switch (ctx->photometric) { in PS_Lvl2ImageDict()
[all …]
/dports/print/xreader/xreader-3.2.2/backend/tiff/
H A Dtiff2ps.c145 uint16 photometric; member
198 switch (ctx->photometric) { in checkImage()
206 ctx->photometric = PHOTOMETRIC_RGB; in checkImage()
241 ctx->photometric = (ctx->photometric == PHOTOMETRIC_LOGL) ? in checkImage()
250 ctx->photometric); in checkImage()
500 ctx->photometric = PHOTOMETRIC_RGB; in tiff2ps_process_page()
503 ctx->photometric = PHOTOMETRIC_SEPARATED; in tiff2ps_process_page()
688 switch ( ctx->photometric ) in PS_Lvl2colorspace()
850 switch (ctx->photometric) { in PS_Lvl2ImageDict()
891 switch (ctx->photometric) { in PS_Lvl2ImageDict()
[all …]
/dports/graphics/atril-lite/atril-1.26.0/backend/tiff/
H A Dtiff2ps.c145 uint16 photometric; member
198 switch (ctx->photometric) { in checkImage()
206 ctx->photometric = PHOTOMETRIC_RGB; in checkImage()
241 ctx->photometric = (ctx->photometric == PHOTOMETRIC_LOGL) ? in checkImage()
250 ctx->photometric); in checkImage()
500 ctx->photometric = PHOTOMETRIC_RGB; in tiff2ps_process_page()
503 ctx->photometric = PHOTOMETRIC_SEPARATED; in tiff2ps_process_page()
688 switch ( ctx->photometric ) in PS_Lvl2colorspace()
850 switch (ctx->photometric) { in PS_Lvl2ImageDict()
891 switch (ctx->photometric) { in PS_Lvl2ImageDict()
[all …]
/dports/graphics/atril/atril-1.26.0/backend/tiff/
H A Dtiff2ps.c145 uint16 photometric; member
198 switch (ctx->photometric) { in checkImage()
206 ctx->photometric = PHOTOMETRIC_RGB; in checkImage()
241 ctx->photometric = (ctx->photometric == PHOTOMETRIC_LOGL) ? in checkImage()
250 ctx->photometric); in checkImage()
500 ctx->photometric = PHOTOMETRIC_RGB; in tiff2ps_process_page()
503 ctx->photometric = PHOTOMETRIC_SEPARATED; in tiff2ps_process_page()
688 switch ( ctx->photometric ) in PS_Lvl2colorspace()
850 switch (ctx->photometric) { in PS_Lvl2ImageDict()
891 switch (ctx->photometric) { in PS_Lvl2ImageDict()
[all …]
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_tiff.c263 uint16 photometric, planarconfig, orientation; in iLoadTiffInternal() local
333 TIFFGetFieldDefaulted(tif, TIFFTAG_PHOTOMETRIC, &photometric); in iLoadTiffInternal()
349 && (photometric == PHOTOMETRIC_MINISWHITE in iLoadTiffInternal()
350 || photometric == PHOTOMETRIC_MINISBLACK in iLoadTiffInternal()
351 || photometric == PHOTOMETRIC_PALETTE) in iLoadTiffInternal()
380 if (photometric == PHOTOMETRIC_PALETTE) { //read palette in iLoadTiffInternal()
426 if (photometric == PHOTOMETRIC_MINISWHITE) { //invert channel in iLoadTiffInternal()
470 if (photometric == PHOTOMETRIC_MINISWHITE) in iLoadTiffInternal()
497 && photometric == PHOTOMETRIC_RGB in iLoadTiffInternal()
630 if(photometric != 3) in iLoadTiffInternal()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/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/argyllcms/Argyll_V1.9.2/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/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/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/povray37/povray-3.7.0.10/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/print/ghostscript9-agpl-x11/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-x11/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()

12345678910>>...40