java.lang.Object
de.zocher_regel.photo.ExifFromJpgExtractor
- Alle implementierten Schnittstellen:
Runnable
This class extracts EXIF information from JPG (*.jpg, *.jpeg) file in a file
with extension *.exif using irfanview.
An external Programm (Irfanview, Exiftool) is used to extract the exif
information from the photo.
Exiftool is preferred, because it accepts many file types and is faster.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungExifFromJpgExtractor(ShowRec showRec) Constructor for creating an extractor from the qualified name of a photo file (*.jpg). -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung(Package privat) static voidexifExtractRecursive(File dir) For a given directory extract EXIF info from all JPG files, in subdirectories as well.voidrun()Extract EXIF data from JPG files.
-
Konstruktordetails
-
ExifFromJpgExtractor
Constructor for creating an extractor from the qualified name of a photo file (*.jpg). This is a simple String wrapped in a ShowRec as it is found in an Irfanview show file (*.txt)- Parameter:
showRec- contains the absolute path of the JPG file from which the EXIF is to be extracted.
-
-
Methodendetails