Page 1 of 1

Show EXIF date taken, not modified

Posted: 26 Apr 2009, 15:11
by shaman
Hi
I noticed, that when I edit my photos in photoshop their edit date appears as date taken in gallery I know that taken date in EXIF always stays the same even thoug file has been edited and it should appear in gallery.

Posted: 27 Apr 2009, 10:20
by Nick
This one is in todo list and will be available soon.

Posted: 21 Jun 2009, 10:41
by shaman
Hi
Was this fixed in the latest relase?

Posted: 22 Jun 2009, 07:36
by Nick
Yes, you can re-download Imagevue.

Posted: 22 Jun 2009, 11:58
by shaman
OK thanks, I'm never updating unless have good reason to do so (if something works then don't touch it ;-) ).

EXIF taken dates were the most important thing for me, as dates was completely messed.

Posted: 23 Jun 2009, 05:28
by Nick
So? Did you updated after all?

Posted: 23 Jul 2009, 14:43
by Pascal
Hi,
This thread suggests that the problem with the EXIF informatie showing the modification date instead of the date on which the picture was taken is solved. However: I purchased Imagevue only 2 weeks ago - a few weeks after the message here that it is solved - and I am experiencing exactly this problem! How can I fix this and make my Exif-information show the date on which the picture was taken?

Thanks!

Posted: 25 Jul 2009, 07:11
by Nick
Could you please provide a link to your gallery and problematic folder? This was really fixed awhile ago, but maybe there is something special about your files.

Need to see what's going on.

Posted: 25 Jul 2009, 07:54
by Pascal
My gallery is found at www.pascalbudding.nl, and the problem occurs in all folders.
Thanks for looking into it,

Posted: 27 Jul 2009, 06:26
by Nick
Heh, while the fix is actually working we uncommented wrong exif date by default, there are few of them are stored in the file, to fix this you need to edit

imagevue/include/ivExifParser.class.php

there you will see a long list of exif tags, comment dateAndTime and uncomment dateAndTimeOriginal:

// 'DateAndTime',
'DateAndTimeOriginal',

Thanks for reporting this. I'll update imagevuex2.zip too.

Posted: 27 Jul 2009, 14:49
by Pascal
Thank you! It was easily fixed.