lazarus-ccr/components/fpexif/tests/multiread
wp_xxyyzz 1e2bcbe532 fpexif: Fix compilation down to Laz 1.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6131 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2018-01-13 15:09:34 +00:00
..
common fpexif: Fix compilation under Delphi 2017-12-02 18:30:58 +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 compilation under Delphi 2017-12-02 18:30:58 +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 compilation down to Laz 1.2 2018-01-13 15:09:34 +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.