Home
last modified time | relevance | path

Searched refs:GPSDestLongitudeRef (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/arg_files/
H A Dxmp2gps.args28 -GPS:GPSDestLongitudeRef < Composite:GPSDestLongitudeRef
H A Dxmp2exif.args46 -GPS:GPSDestLongitudeRef < Composite:GPSDestLongitudeRef
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/arg_files/
H A Dxmp2gps.args28 -GPS:GPSDestLongitudeRef < Composite:GPSDestLongitudeRef
H A Dxmp2exif.args46 -GPS:GPSDestLongitudeRef < Composite:GPSDestLongitudeRef
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/imageio/plugins/tiff/
H A DExifGPSTagSet.java585 static class GPSDestLongitudeRef extends TIFFTag { class in ExifGPSTagSet
586 public GPSDestLongitudeRef() { in GPSDestLongitudeRef() method in ExifGPSTagSet.GPSDestLongitudeRef
694 tags.add(new GPSDestLongitudeRef()); in initTags()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/rwcarlsen/goexif/exif/
H A Dfields.go123 GPSDestLongitudeRef = "GPSDestLongitudeRef" const
271 0x15: GPSDestLongitudeRef,
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/rwcarlsen/goexif/exif/
H A Dfields.go123 GPSDestLongitudeRef FieldName = "GPSDestLongitudeRef" const
271 0x15: GPSDestLongitudeRef,
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/rwcarlsen/goexif/exif/
H A Dfields.go132 GPSDestLongitudeRef FieldName = "GPSDestLongitudeRef" const
287 0x15: GPSDestLongitudeRef,
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/rwcarlsen/goexif/exif/
H A Dfields.go132 GPSDestLongitudeRef FieldName = "GPSDestLongitudeRef" const
287 0x15: GPSDestLongitudeRef,
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/rexif-0.7.3/src/
H A Dexifpost.rs69 if let Some(f) = other_tag(ExifTag::GPSDestLongitudeRef, entries1, entries2) { in exif_postprocessing()
H A Dtypes.rs443 GPSDestLongitudeRef = 0x0000_0015, enumerator
554 ExifTag::GPSDestLongitudeRef => "GPS destination longitude ref", in fmt()
H A Dexif.rs370 (ExifTag::GPSDestLongitudeRef, "none", in tag_to_exif()
/dports/misc/fq/fq-0.0.2/format/tiff/
H A Dtags.go751 GPSDestLongitudeRef = 0x0015 const
786 GPSDestLongitudeRef: "GPSDestLongitudeRef",
/dports/graphics/py-piexif/piexif-1.1.3/piexif/
H A D_exif.py623 GPSDestLongitudeRef = 21 variable in GPSIFD
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Dtag.rs669 (GPSDestLongitudeRef, 0x15, DefaultValue::None, d_gpslatlongref,
673 unit![Tag::GPSDestLongitudeRef],
/dports/science/jstrack/jstrack/extlib/tcllib1.19/jpeg/
H A Djpeg.tcl845 0015 GPSDestLongitudeRef
/dports/devel/tcllib/tcllib-1.20/modules/jpeg/
H A Djpeg.tcl845 0015 GPSDestLongitudeRef
/dports/devel/tcllibc/tcllib-1.20/modules/jpeg/
H A Djpeg.tcl845 0015 GPSDestLongitudeRef

12