1 / 11

Bilddateiformate, Metadaten, KML

Bilddateiformate, Metadaten, KML. Martin Klemm Steffen Lehmann. Bilddateiformate. *in Bezug auf Fotodateien. Metadatenformate in Bilddateien. Exchangable Image File Format ( EXIF ) = Technische Daten von Kamera IPTC -NAA-Standard = Informationen zu Bildinhalten

wilma
Download Presentation

Bilddateiformate, Metadaten, KML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bilddateiformate, Metadaten, KML Martin Klemm Steffen Lehmann

  2. Bilddateiformate *in Bezug auf Fotodateien

  3. Metadatenformate in Bilddateien • ExchangableImage File Format (EXIF) • = Technische Daten von Kamera • IPTC-NAA-Standard • = Informationen zu Bildinhalten • Extensible MetadataPlatform (XMP) • Erweitung von Adobe • DICOM

  4. Auslesen der Metadaten • Java Package in Java SE 6 javax.imageio.metadata • Erzeugt wird ein Objekt der Klasse IIOMetadata • Zugriff wie auf ein XML Dokument, da Baumstruktur mit IIOMetadataNodeObjekten, die das Interface org.w3c.dom.Node implementieren

  5. JPEG Metadata Format SpecificationandUsage Notes

  6. Auslesen der Metadaten • Library in Java • Unterstützt JPEG • Simple Verwendung • Freie Lizenz Quelle: http://www.drewnoakes.com/drewnoakes.com/code/exif/

  7. [Exif] Image Description - [Exif] Make - SONY [Exif] Model - DSC-HX5V [Exif] Thumbnail Offset - 11302 bytes [Exif] Thumbnail Length - 12151 bytes [Exif] Thumbnail Data - [12151 bytes of thumbnail data] … [Sony Makernote] Unknown tag (0xb042) - 4 (unable to formulate description) … [GPS] GPS Version ID - 2 2 0 0 [GPS] GPS Latitude Ref - N [GPS] GPS Latitude - 51"9'18.527 [GPS] GPS Altitude - 210 metres … [Iptc] Headline - Hofansicht [Iptc] Keywords– Görltiz … [Jpeg] Data Precision - 8 bits [Jpeg] Image Height - 2736 pixels [Jpeg] Image Width - 3648 pixels …

  8. Überführen in XML / KML • Alle im Bild verfügbaren Metadaten werden in XML Datei gespeichert • Eigenes XML-Schema • Import des KML Schema Datei für relevanten Geodaten

  9. Webservices • (Indirekte) Nutzung vonGoogleMaps durch Primefaces

More Related