ExifTool Forum

ExifTool => The Image::ExifTool API => Topic started by: cmohanty on September 20, 2013, 10:59:41 AM

Title: Metadata Extraction using exiftool
Post by: cmohanty on September 20, 2013, 10:59:41 AM
Hi,
The metadata extraction of GIF & BMP images have some problem as described below:

I have tried both the ways to extract embeded metadata from above image files using linux os and windows os. The metadata field "File Creation Date/Time" returns a valid value in windows (exiftool.exe) but the same image file doesnot return "File Creation Date/Time" value in linux(exiftool.sh). The extraction is made on command prompt both in windows and linux.

Let me know what is the problem.


chandra....
Title: Re: Metadata Extraction using exiftool
Post by: Phil Harvey on September 20, 2013, 11:49:34 AM
Hi Chandra,

See the Extra tags documentation (https://exiftool.org/TagNames/Extra.html) for a description of this tag.

- Phil
Title: Re: Metadata Extraction using exiftool
Post by: cmohanty on September 23, 2013, 08:10:01 AM
Hi Phil,

I had gone through the link you sent.
Can you please give some more information.


Chandra-
Title: Re: Metadata Extraction using exiftool
Post by: Phil Harvey on September 23, 2013, 11:09:19 AM
Hi Chandra,

The ExifTool tag named FileCreateDate is not metadata in the file itself.  This information is stored in the filesystem.  Windows and Mac filesystems store this information, but Unix filesystems do not.  Currently ExifTool can only read this from Windows filesystems.

- Phil
Title: Re: Metadata Extraction using exiftool
Post by: cmohanty on September 23, 2013, 11:13:33 AM
Thanks Phil for the information. 


Chandra-