Page 1 of 1

warmarking with exif data

Posted: Tue Apr 30, 2013 2:10 am
by splinterpicker
I would like to know how to modify the following string , " %Exif.DateMod[m/d/yy h:nn:ss AM/PM]%" used to water mark my photos, to be used with cell phone photos that have only date created , no modified date , that the above string uses.

Thanks in advance

Splinter

Posted: Tue Apr 30, 2013 9:57 am
by Phil
The EXIF information can contain 3 different dates you can use for your watermark:

Modification Date: %Exif.DateMod%
Recording Date: %Exif.DateRec%
Digitized Date: %Exif.DateDgt%

Usually, the camera or phone will store the date and time when the photo was taken as recording date.
So in your case you would use this: %Exif.DateRec[m/d/yy h:nn:ss AM/PM]%

Posted: Wed May 01, 2013 4:12 am
by splinterpicker
The attachment exifdata.JPG is no longer available
Phil wrote:The EXIF information can contain 3 different dates you can use for your watermark:

Modification Date: %Exif.DateMod%
Recording Date: %Exif.DateRec%
Digitized Date: %Exif.DateDgt%

Usually, the camera or phone will store the date and time when the photo was taken as recording date.
So in your case you would use this: %Exif.DateRec[m/d/yy h:nn:ss AM/PM]%
Please see attached for the data that is embedded in the photo when I used the string sujested it gave an N/A water mark on the photo is there a "create" string ??

Thanks again in advance

Splinter

Posted: Wed May 01, 2013 11:55 am
by Phil
Hm, I guess the dates shown are the basic file creation and modification date, not from EXIF metadata. Right now, Light Image Resizer only supports EXIF dates.
I can note it as a feature request, but it will take some time until the next version is released.