Home
last modified time | relevance | path

Searched refs:tiff_tag (Results 1 – 25 of 155) sorted by last modified time

1234567

/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dtif.h54 typedef struct tiff_tag { struct
/dports/graphics/photivo/photivo/Sources/
H A DptDcRaw.cpp8372 struct tiff_tag { struct
8382 struct tiff_tag tag[23]; argument
8385 struct tiff_tag exif[4];
8387 struct tiff_tag gpst[10];
8397 struct tiff_tag *tt; in tiff_set()
8400 tt = (struct tiff_tag *)(ntag+1) + (*ntag)++; in tiff_set()
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/dcraw/
H A Ddcraw.c9893 struct tiff_tag { struct
9903 struct tiff_tag tag[23]; argument
9906 struct tiff_tag exif[4];
9908 struct tiff_tag gpst[10];
9918 struct tiff_tag *tt; in tiff_set()
9921 tt = (struct tiff_tag *)(ntag+1) + (*ntag)++; in tiff_set()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddcraw.cc10955 struct tiff_tag { struct
10965 struct tiff_tag tag[23]; argument
10968 struct tiff_tag exif[4];
10970 struct tiff_tag gpst[10];
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/coprocesses/dcraw/
H A Ddcraw_lz.c10030 struct tiff_tag { struct
10040 struct tiff_tag tag[23]; argument
10043 struct tiff_tag exif[4];
10045 struct tiff_tag gpst[10];
10062 struct tiff_tag *tt; in tiff_set()
10065 tt = (struct tiff_tag *)(ntag+1) + (*ntag)++; in tiff_set()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-dcraw/
H A Ddcraw.cc8501 struct tiff_tag { struct
8511 struct tiff_tag tag[23]; argument
8514 struct tiff_tag exif[4];
8516 struct tiff_tag gpst[10];
8526 struct tiff_tag *tt; in tiff_set()
8529 tt = (struct tiff_tag *)(ntag+1) + (*ntag)++; in tiff_set()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_image_writer.cpp199 : tiff_tag (code, ttAscii, 0) in tag_string()
243 : tiff_tag (code, ttUndefined, 0) in tag_encoded_text()
496 : tiff_tag (tcIPTC_NAA, ttLong, (length + 3) >> 2) in tag_iptc()
558 void dng_tiff_directory::Add (const tiff_tag *tag) in Add()
645 const tiff_tag &tag = *fTag [index]; in Put()
682 const tiff_tag &tag = *fTag [index]; in Put()
H A Ddng_image_writer.h60 class tiff_tag: private dng_uncopyable
73 tiff_tag (uint16 code, in tiff_tag() function
86 virtual ~tiff_tag () in ~tiff_tag()
121 class tag_data_ptr: public tiff_tag
135 : tiff_tag (code, type, count) in tag_data_ptr()
153 class tag_string: public tiff_tag
172 class tag_encoded_text: public tiff_tag
486 class tag_cfa_pattern: public tiff_tag
534 class tag_iptc: public tiff_tag
581 const tiff_tag *fTag [kMaxEntries];
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/tiff/detail/
H A Ddevice.hpp336 class file_stream_device< tiff_tag > : public tiff_device_base< tiff_no_log >
373 class ostream_device< tiff_tag > : public tiff_device_base< tiff_no_log >
404 class istream_device< tiff_tag > : public tiff_device_base< tiff_no_log >
H A Dis_allowed.hpp213 bool is_allowed( const image_read_info< tiff_tag >& info in is_allowed()
242 bool is_allowed( const image_read_info< tiff_tag >& /* info */ in is_allowed() argument
H A Dscanline_read.hpp48 , tiff_tag
51 , tiff_tag
56 using tag_t = tiff_tag;
62 , const image_read_settings< tiff_tag >& settings in scanline_reader()
H A Dsupported_types.hpp38 struct is_read_supported<Pixel, tiff_tag>
43 struct is_write_supported<Pixel, tiff_tag>
H A Dread.hpp59 , tiff_tag in read_plane()
82 , tiff_tag in read_plane()
96 , tiff_tag
99 : public reader_base< tiff_tag
103 , tiff_tag
113 using backend_t = reader_backend<Device, tiff_tag>;
118 : reader_base< tiff_tag in reader()
130 : reader_base< tiff_tag in reader()
709 const image_read_info< tiff_tag > _info;
729 , tiff_tag
[all …]
H A Dreader_backend.hpp25 , tiff_tag
30 using format_tag_t = tiff_tag;
35 , const image_read_settings< tiff_tag >& settings in reader_backend()
130 void init_multipage_read( const image_read_settings< tiff_tag >& settings ) in init_multipage_read()
142 image_read_settings< tiff_tag > _settings;
143 image_read_info< tiff_tag > _info;
H A Dwrite.hpp81 , tiff_tag
93 , tiff_tag
97 , tiff_tag
101 using backend_t = writer_backend<Device, tiff_tag>;
106 , const image_write_info< tiff_tag >& info in writer()
415 , tiff_tag
418 , tiff_tag
421 using parent_t = writer<Device, tiff_tag>;
426 , const image_write_info< tiff_tag >& info in dynamic_image_writer()
H A Dwriter_backend.hpp28 , tiff_tag
33 using format_tag_t = tiff_tag;
38 , const image_write_info< tiff_tag >& info in writer_backend()
127 image_write_info< tiff_tag > _info;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/extension/io/tiff/
H A Dold.hpp21 using backend_t = typename get_reader_backend<String, tiff_tag>::type; in tiff_read_dimensions()
22 backend_t backend = read_image_info(filename, tiff_tag()); in tiff_read_dimensions()
41 , tiff_tag() in tiff_read_view()
60 , tiff_tag() in tiff_read_image()
80 , tiff_tag() in tiff_read_and_convert_view()
97 , tiff_tag() in tiff_read_and_convert_view()
117 , tiff_tag() in tiff_read_and_convert_image()
134 , tiff_tag() in tiff_read_and_convert_image()
153 , tiff_tag() in tiff_write_view()
H A Dtags.hpp32 struct tiff_tag : format_tag {}; struct
203 struct image_read_info< tiff_tag >
270 struct image_read_settings< tiff_tag > : public image_read_settings_base
273 image_read_settings< tiff_tag >()
300 struct image_write_info< tiff_tag, Log >
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dtif.h56 typedef struct tiff_tag { struct
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTexture.cpp255 gil::read_image(filename, image, gil::image_read_settings<gil::tiff_tag>()); in Load()
272 … gil::read_and_convert_image(filename, rgba_image, gil::image_read_settings<gil::tiff_tag>()); in Load()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcraw.h266 struct tiff_tag { struct
276 struct tiff_tag tag[23]; argument
279 struct tiff_tag exif[4];
281 struct tiff_tag gpst[10];
H A Ddcraw.c9648 struct tiff_tag { struct
9658 struct tiff_tag tag[23]; argument
9661 struct tiff_tag exif[4];
9663 struct tiff_tag gpst[10];
9673 struct tiff_tag *tt; in tiff_set()
9676 tt = (struct tiff_tag *)(ntag+1) + (*ntag)++; in tiff_set()
H A Ddcraw.cc10975 struct tiff_tag { struct
10985 struct tiff_tag tag[23]; argument
10988 struct tiff_tag exif[4];
10990 struct tiff_tag gpst[10];
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/extension/io/tiff/detail/
H A Dread.hpp59 , tiff_tag
82 , tiff_tag
96 , tiff_tag
99 : public reader_base< tiff_tag
103 , tiff_tag
113 using backend_t = reader_backend<Device, tiff_tag>;
118 : reader_base< tiff_tag
130 : reader_base< tiff_tag
709 const image_read_info< tiff_tag > _info;
729 , tiff_tag
[all …]
H A Dscanline_read.hpp48 , tiff_tag in reader_backend()
51 , tiff_tag in reader_backend()
56 using tag_t = tiff_tag; in reader_backend()
62 , const image_read_settings< tiff_tag >& settings in reader_backend()

1234567