Search…

X3 Photo Gallery Support Forums

Search…
 
gand
Topic Author
Posts: 14
Joined: 15 Mar 2018, 04:16

Exif - Date

19 Mar 2019, 08:08

Hi
I export my RAW photos to JPG in Lighroom and upload to X3. Here I get the correct date below each picture.

I have installed a trial version of ON1 Raw 2019.2, when I export the same photo to X3 I get a wrong date, 1. Jaunary 1970. That's probably a bug in ON1 that I will report.
My question is, which field does X3 use to display the date, as you can see, there are several?

EXIF for correct date in X3, exported from LR:
Artist (main) = Gert Andersen
DateTime (main) = 2019:03:19 09:11:51
Make (main) = Canon
Model (main) = Canon EOS 5D
ResolutionUnit (main) = inches
Software (main) = Adobe Photoshop Lightroom 6.12 (Windows)
XResolution (main) = 240
YResolution (main) = 240
ApertureValue (exif) = F14.0
BodySerialNumber (exif) = 1330806593
CameraOwnerName (exif) = Gert Andersen
ColorSpace (exif) = sRGB
CustomRendered (exif) = Normal process
DateTimeDigitized (exif) = 2008:03:15 16:27:06
DateTimeOriginal (exif) = 2008:03:15 16:27:06
ExifVersion (exif) = 0230
ExposureBiasValue (exif) = 0
ExposureMode (exif) = Auto exposure
ExposureProgram (exif) = Program normal
ExposureTime (exif) = 1/1600 sec
FNumber (exif) = F14.0
Flash (exif) = Flash did not fire, compulsory flash mode
FocalLength (exif) = 70.0 mm
FocalPlaneResolutionUnit (exif) = inches
FocalPlaneXResolution (exif) = 873600/283
FocalPlaneYResolution (exif) = 1456000/471
ISOSpeedRatings (exif) = 200
LensModel (exif) = EF70-200mm f/2.8L IS USM
LensSpecification (exif) = 70/1 200/1 0/0 0/0
MaxApertureValue (exif) = F2.8
MeteringMode (exif) = Multi-segment
SceneCaptureType (exif) = Standard
ShutterSpeedValue (exif) = 1/1024 sec
WhiteBalance (exif) = Auto white balance
ApplicationRecordVersion (iptc) = 4
By-line (iptc) = Gert Andersen
DateCreated (iptc) = 20080315
DigitalCreationDate (iptc) = 20080315
DigitalCreationTime (iptc) = 162706
TimeCreated (iptc) = 162706
XMLPacket = <?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c128 79.159124, 2016/03/18-14:01:55        ">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
    xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/
Comment (comment) = Compressed by jpeg-recompress

EXIF for wrong date in X3, exported from ON1:
Artist (exif) =  
BitsPerSample (exif) = 16
ColorSpace (exif) = sRGB
DateTime (exif) = 2008:03:15 16:27:6
DateTimeOriginal (exif) = 2008:03:15 16:27:6
ExposureBiasValue (exif) = 0
ExposureTime (exif) = 1/1600 sec
FNumber (exif) = F14.0
Flash (exif) = Flash did not fire, compulsory flash mode
FocalLength (exif) = 70.0 mm
ISOSpeedRatings (exif) = 200
ImageLength (exif) = 2912
ImageWidth (exif) = 4368
LensModel (exif) =  
Make (exif) = Canon
MeteringMode (exif) = Multi-segment
Model (exif) = Canon EOS 5D
Orientation (exif) = top, left side
Rating (exif) = 0
ResolutionUnit (exif) = inches
WhiteBalance (exif) = Auto white balance
XResolution (exif) = 72
YResolution (exif) = 72
DateCreated (iptc) = 20080315
TimeCreated (iptc) = 162706+0000
XMLPacket = <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.6.0">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:exif="http://ns.adobe.com/exif/1.0/"
    xmlns:aux="http://ns.adobe.com/exif/1.0/aux/"
    xmlns:xmp="http://ns.adobe.com/xap/1.0/"
    xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
    xmlns:onone="http://www.ononesoftware.com/vcb/1.0/"
   exif:ShutterSpeedValue="1/1600"
   exif:ExposureBiasValue="0/1"
   exif:FNumber="14/1"
   exif:FocalLe

Thanks
Gert
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Exif - Date

19 Mar 2019, 11:11

For images, DateTimeOriginal is used. This is basically the time the photo was TAKEN. It requires that your server supports PHP EXIF (which most do), and that EXIF meta data has not been stripped away from the image prior to upload. For normal files or images that don't contain EXIF->DateTimeOriginal, server file-modified date will be used.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Exif - Date

19 Mar 2019, 11:14

ON1 is creating an invalid date format perhaps? Seems there is a missing zero near the end, which could prevent the date being parsed. I see in the LR export, it is correctly set to 2008:03:15 16:27:06.
Code
DateTimeOriginal (exif) = 2008:03:15 16:27:6
 
gand
Topic Author
Posts: 14
Joined: 15 Mar 2018, 04:16

Re: Exif - Date

19 Mar 2019, 11:44

Hi Karl

Thanks, I'll try to change the date and see if the missing zero is causing the problem.

Gert
 
gand
Topic Author
Posts: 14
Joined: 15 Mar 2018, 04:16

Re: Exif - Date

19 Mar 2019, 17:43

Hi

I changed the date and then it seems to work.

I have send a ticket to ON1, so let's see what happens.

Rgds
Gert