lazarus-ccr/components/fpexif/tests/multiread
2018-12-29 13:15:37 +00:00
..
common fpexif: Fix crash when writing big-endian file with thumbnail (see https://forum.lazarus.freepascal.org/index.php/topic,43714). Add button for changing EXIF date/time to MetadataViewer. 2018-12-29 13:15:37 +00:00
MultiRead_D7.cfg fpexif: Fix compilation under Delphi 2017-12-02 18:30:58 +00:00
MultiRead_D7.dof fpexif: Fix compilation under Delphi 2017-12-02 18:30:58 +00:00
MultiRead_D7.dpr fpexif: Initial commit of units and tests 2017-12-02 17:12:00 +00:00
MultiRead_D7.res fpexif: Initial commit of units and tests 2017-12-02 17:12:00 +00:00
MultiRead_Delphi.dpr fpexif: Initial commit of units and tests 2017-12-02 17:12:00 +00:00
MultiRead_Delphi.dproj fpexif: Fix compilation under Delphi 2017-12-02 18:30:58 +00:00
MultiRead_Delphi.res fpexif: Initial commit of units and tests 2017-12-02 17:12:00 +00:00
MultiRead_Laz.ico fpexif: Initial commit of units and tests 2017-12-02 17:12:00 +00:00
MultiRead_Laz.lpi fpexif: Fix crash when writing big-endian file with thumbnail (see https://forum.lazarus.freepascal.org/index.php/topic,43714). Add button for changing EXIF date/time to MetadataViewer. 2018-12-29 13:15:37 +00:00
MultiRead_Laz.lpr fpexif: Initial commit of units and tests 2017-12-02 17:12:00 +00:00
MultiRead_Laz.res fpexif: Fix crash when writing big-endian file with thumbnail (see https://forum.lazarus.freepascal.org/index.php/topic,43714). Add button for changing EXIF date/time to MetadataViewer. 2018-12-29 13:15:37 +00:00
readme.txt fpexif: Fix compilation under Delphi 2017-12-02 18:30:58 +00:00

Usage of the test program "multiread"

/0/ Download the program ExifTool from 
    https://www.sno.phy.queensu.ca/~phil/exiftool/
    Unzip the binary and copy it as "exiftool.exe" to the folder "tools" of
    the fpexif installation.
    
/1/ Enter, in the top edit line, the path to the image directory to be analyzed.

/2/ Press "Read files" -- The names of the image files found are listed in the
    treeview at the left.
    
/3/ Uncheck the files to be skipped from the test.

/4/ Press "Create txt files". The program uses ExifTool to extract EXIF metadata 
    from the checked picture files; the information is stored in text files
    bearing the image filename, but extension txt.
    
/5/ Press "Run test". The program tries to read the EXIF meta data by using
    the fpexif routines, compares the results with the exiftool reference
    data and lists the differences in the memo.
    
    Some minor differences are possible because both programs may use different
    strings in case of enumerated values.