pombreda / fits

Automatically exported from code.google.com/p/fits
GNU Lesser General Public License v3.0
0 stars 0 forks source link

FITS doesn't capture all Exiftool output #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Exiftool captures a wide variety of metadata from both images and video, but 
most of these fields aren't retained by FITS when it normalizes the exiftool 
output. Since camera output tends to be pretty diverse, this means that FITS 
will miss at least some metadata on many, or even most, files when reading 
born-digital media in its original camera format.

It would be really useful to add a commandline switch to enable including the 
entire exiftool XML output (from exiftool -X) as a part of FITS's own XML 
output.

Original issue reported on code.google.com by mistyde...@gmail.com on 13 Jun 2012 at 7:35

GoogleCodeExporter commented 9 years ago
There is an option to include all output from the tools FITS uses.  Change the 
<display-tool-output> option to true in xml/fits.xml

Original comment by spencer_...@harvard.edu on 18 Jun 2012 at 2:16

GoogleCodeExporter commented 9 years ago
Great, thanks! I was not aware of that option.

Original comment by mistyde...@gmail.com on 22 Jun 2012 at 8:49