Home
last modified time | relevance | path

Searched refs:photometric (Results 51 – 75 of 995) sorted by relevance

12345678910>>...40

/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/graphics/tiffgt/tiff-4.3.0/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/graphics/tiff/tiff-4.3.0/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/contrib/ras/
H A Dras2tif.c98 short photometric; local
178 photometric = PHOTOMETRIC_MINISBLACK;
183 photometric = PHOTOMETRIC_PALETTE;
188 photometric = PHOTOMETRIC_RGB;
193 photometric = PHOTOMETRIC_RGB;
207 TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric);
/dports/astro/py-astropy/astropy-5.0/astropy/units/
H A D__init__.py22 from . import photometric
28 from .photometric import *
47 set_enabled_units([si, cgs, astrophys, function_units, misc, photometric])
/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_tiff.cpp103 switch(header->photometric) in IS_TIFFStrip()
301 uint16 photometric=0,spp=0,bps=0;
325 TIFFGetField(file, TIFFTAG_PHOTOMETRIC, &photometric);
349 switch(photometric)
384 photometric=PHOTOMETRIC_MINISBLACK;
388 photometric=PHOTOMETRIC_MINISWHITE;
458 this->photometric=photometric;
/dports/multimedia/gmerlin/gmerlin-1.2.0/plugins/tiff/
H A Diw_tiff.c78 int photometric; in write_header_tiff() local
114 photometric = PHOTOMETRIC_MINISBLACK; in write_header_tiff()
120 photometric = PHOTOMETRIC_RGB; in write_header_tiff()
130 photometric = PHOTOMETRIC_MINISBLACK; in write_header_tiff()
136 photometric = PHOTOMETRIC_RGB; in write_header_tiff()
151 TIFFSetField(p->output, TIFFTAG_PHOTOMETRIC, photometric); in write_header_tiff()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/tiff/
H A DReaderWriterTIFF.cpp511 uint16 photometric; in simage_tiff_load() local
545 if (photometric != PHOTOMETRIC_RGB && photometric != PHOTOMETRIC_PALETTE && in simage_tiff_load()
546 photometric != PHOTOMETRIC_MINISWHITE && in simage_tiff_load()
547 photometric != PHOTOMETRIC_MINISBLACK) in simage_tiff_load()
622 if (photometric == PHOTOMETRIC_PALETTE) in simage_tiff_load()
654 switch (pack(photometric, config)) in simage_tiff_load()
760 if (photometric == PHOTOMETRIC_PALETTE) in simage_tiff_load()
908 uint16 photometric; in writeTIFStream() local
929 photometric = PHOTOMETRIC_MINISBLACK; in writeTIFStream()
938 photometric = PHOTOMETRIC_RGB; in writeTIFStream()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Draw2tiff.c160 photometric = PHOTOMETRIC_MINISWHITE; in main()
162 photometric = PHOTOMETRIC_MINISBLACK; in main()
164 photometric = PHOTOMETRIC_RGB; in main()
166 photometric = PHOTOMETRIC_SEPARATED; in main()
168 photometric = PHOTOMETRIC_YCBCR; in main()
170 photometric = PHOTOMETRIC_CIELAB; in main()
172 photometric = PHOTOMETRIC_ICCLAB; in main()
174 photometric = PHOTOMETRIC_ITULAB; in main()
176 photometric = PHOTOMETRIC_MINISBLACK; in main()
252 if (photometric == PHOTOMETRIC_RGB in main()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/image/
H A Dqtiffhandler.cpp193 uint16 photometric; in read() local
196 || !TIFFGetField(tiff, TIFFTAG_PHOTOMETRIC, &photometric)) { in read()
209 bool grayscale = photometric == PHOTOMETRIC_MINISBLACK || photometric == PHOTOMETRIC_MINISWHITE; in read()
214 if (photometric == PHOTOMETRIC_MINISBLACK) { in read()
240 const int c = (photometric == PHOTOMETRIC_MINISBLACK) ? i : (255 - i); in read()
455 uint16 photometric = PHOTOMETRIC_MINISBLACK; in write() local
457 photometric = PHOTOMETRIC_MINISWHITE; in write()
458 if (!TIFFSetField(tiff, TIFFTAG_PHOTOMETRIC, photometric) in write()
488 uint16 photometric = PHOTOMETRIC_MINISBLACK; in write() local
490 photometric = PHOTOMETRIC_MINISWHITE; in write()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Draw2tiff.c160 photometric = PHOTOMETRIC_MINISWHITE; in main()
162 photometric = PHOTOMETRIC_MINISBLACK; in main()
164 photometric = PHOTOMETRIC_RGB; in main()
166 photometric = PHOTOMETRIC_SEPARATED; in main()
168 photometric = PHOTOMETRIC_YCBCR; in main()
170 photometric = PHOTOMETRIC_CIELAB; in main()
172 photometric = PHOTOMETRIC_ICCLAB; in main()
174 photometric = PHOTOMETRIC_ITULAB; in main()
176 photometric = PHOTOMETRIC_MINISBLACK; in main()
252 if (photometric == PHOTOMETRIC_RGB in main()
[all …]
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/plugins/imageformats/tiff/
H A Dqtiffhandler.cpp119 uint16 photometric; member in QTiffHandlerPrivate
179 , photometric(false) in QTiffHandlerPrivate()
275 grayscale = photometric == PHOTOMETRIC_MINISBLACK || photometric == PHOTOMETRIC_MINISWHITE; in readHeaders()
286 if (bitPerSample == 16 && photometric == PHOTOMETRIC_RGB) in readHeaders()
302 if (bitPerSample == 16 && photometric == PHOTOMETRIC_RGB) { in readHeaders()
371 if (d->photometric == PHOTOMETRIC_MINISBLACK) { in read()
621 uint16 photometric = PHOTOMETRIC_MINISBLACK; in write() local
623 photometric = PHOTOMETRIC_MINISWHITE; in write()
624 if (!TIFFSetField(tiff, TIFFTAG_PHOTOMETRIC, photometric) in write()
658 uint16 photometric = PHOTOMETRIC_MINISBLACK; in write() local
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/units/function/
H A Dlogarithmic.py5 from astropy.units import (dimensionless_unscaled, photometric, Unit,
363 STmag = MagUnit(photometric.STflux)
366 ABmag = MagUnit(photometric.ABflux)
369 M_bol = MagUnit(photometric.Bol)
371 "L_bol0={}".format(photometric.Bol.si))
373 m_bol = MagUnit(photometric.bol)
375 "f_bol0={}".format(photometric.bol.si))
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_tiff_header.cxx127 read_short_tag(tif_, TIFFTAG_PHOTOMETRIC, photometric); in read_header()
137 if (bits_per_sample.valid && photometric.valid && photometric.val == PHOTOMETRIC_PALETTE) in read_header()
385 !(planar_config.valid) || !photometric.valid) in compute_pixel_format()
435 if (photometric.val==PHOTOMETRIC_RGB /*&& samples_per_pixel.val==1 && in compute_pixel_format()
510 …else if (/*samples_per_pixel.val>1 &&*/ photometric.val == PHOTOMETRIC_RGB && planar_config.val ==… in compute_pixel_format()
665 if (photometric.val == PHOTOMETRIC_MASK) in compute_pixel_format()
672 if (photometric.val == PHOTOMETRIC_SEPARATED) in compute_pixel_format()
746 photometric.valid = true; in set_header()
751 photometric.val = 1; in set_header()
755 photometric.val = 2; in set_header()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/test/
H A Dstrip.c122 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
157 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
179 photometric); in create_image_striped()
186 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
220 || value_u16 != photometric) { in read_image_striped()
257 photometric); in read_image_striped()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/test/
H A Dstrip.c122 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
157 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
179 photometric); in create_image_striped()
186 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
220 || value_u16 != photometric) { in read_image_striped()
257 photometric); in read_image_striped()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/test/
H A Dstrip.c121 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
156 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
178 photometric); in create_image_striped()
185 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
219 || value_u16 != photometric) { in read_image_striped()
256 photometric); in read_image_striped()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/test/
H A Dstrip.c122 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
157 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
179 photometric); in create_image_striped()
186 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
220 || value_u16 != photometric) { in read_image_striped()
257 photometric); in read_image_striped()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/test/
H A Dstrip.c120 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
155 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
177 photometric); in create_image_striped()
184 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
218 || value_u16 != photometric) { in read_image_striped()
255 photometric); in read_image_striped()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/test/
H A Dstrip.c120 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
155 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
177 photometric); in create_image_striped()
184 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
218 || value_u16 != photometric) { in read_image_striped()
255 photometric); in read_image_striped()
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/test/
H A Dstrip.c122 uint16 spp, uint16 bps, uint16 photometric, in create_image_striped() argument
157 if (!TIFFSetField(tif, TIFFTAG_PHOTOMETRIC, photometric)) { in create_image_striped()
179 photometric); in create_image_striped()
186 uint16 spp, uint16 bps, uint16 photometric, in read_image_striped() argument
220 || value_u16 != photometric) { in read_image_striped()
257 photometric); in read_image_striped()

12345678910>>...40