Klasse ExifFromJpgExtractor

java.lang.Object
de.zocher_regel.photo.ExifFromJpgExtractor
Alle implementierten Schnittstellen:
Runnable

public final class ExifFromJpgExtractor extends Object implements 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:
  • Konstruktordetails

    • ExifFromJpgExtractor

      public ExifFromJpgExtractor(ShowRec showRec)
      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

    • exifExtractRecursive

      static void exifExtractRecursive(File dir)
      For a given directory extract EXIF info from all JPG files, in subdirectories as well.
      Parameter:
      dir - the root directory where the JPG files are looked up.
    • run

      public void run()
      Extract EXIF data from JPG files.
      Angegeben von:
      run in Schnittstelle Runnable