Home
last modified time | relevance | path

Searched refs:IfdFormat (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/rexif-0.7.3/src/
H A Dexif.rs70 IfdFormat::U32, 1, 1, strpass), in tag_to_exif()
74 IfdFormat::U32, 1, 1, strpass), in tag_to_exif()
98 IfdFormat::U16, 1, 3, iso_speeds), in tag_to_exif()
149 IfdFormat::U16, 1, 2, flash), in tag_to_exif()
249 IfdFormat::U16, 1, 1, contrast), in tag_to_exif()
257 IfdFormat::U16, 1, 1, sharpness), in tag_to_exif()
290 IfdFormat::U8, 4, 4, strpass), in tag_to_exif()
298 IfdFormat::URational, 3, 3, dms), in tag_to_exif()
306 IfdFormat::URational, 3, 3, dms), in tag_to_exif()
367 IfdFormat::URational, 3, 3, dms), in tag_to_exif()
[all …]
H A Dtypes_impl.rs12 IfdFormat::new(n) in ifdformat_new()
15 impl IfdFormat { impl
19 1 => IfdFormat::U8, in new()
20 2 => IfdFormat::Ascii, in new()
21 3 => IfdFormat::U16, in new()
22 4 => IfdFormat::U32, in new()
24 6 => IfdFormat::I8, in new()
26 8 => IfdFormat::I16, in new()
27 9 => IfdFormat::I32, in new()
29 11 => IfdFormat::F32, in new()
[all …]
H A Difdformat.rs35 IfdFormat::Ascii => { in tag_value_new()
49 IfdFormat::U16 => { in tag_value_new()
53 IfdFormat::I16 => { in tag_value_new()
57 IfdFormat::U8 => { in tag_value_new()
63 IfdFormat::I8 => { in tag_value_new()
67 IfdFormat::U32 => { in tag_value_new()
71 IfdFormat::I32 => { in tag_value_new()
75 IfdFormat::F32 => { in tag_value_new()
79 IfdFormat::F64 => { in tag_value_new()
83 IfdFormat::URational => { in tag_value_new()
[all …]
H A Dtiff.rs41 && (format != IfdFormat::Ascii in parse_exif_entry()
42 && format != IfdFormat::Undefined in parse_exif_entry()
43 && format != IfdFormat::Unknown)) in parse_exif_entry()
44 || (min_count != -1 && format == IfdFormat::Ascii) in parse_exif_entry()
87 format: IfdFormat::new(format), in parse_ifd()
H A Dtypes.rs245 pub format: IfdFormat,
575 pub enum IfdFormat { enum