Mogrify adds 3hours to my 'picture taken date' in Exif

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Dresse

Mogrify adds 3hours to my 'picture taken date' in Exif

Post by Dresse »

Just noticed it. Don't know it's a bug...
If I export an image from lightroom that is taken at 8:00 than the exif in the exported jpeg says it's taken at 11:00.
This only occurs when I activate my mogrify plugin on export. When I don't use mogrify the exif stays correct.
It happens with DNG, CR2, NEF both in lightroom 3 and 2...
I have the newest version of mogrify.

Annyone knows why?
I'm a wedding photographer, so the hour the pictue is taken is sometimes important for the couple...

Greetings and thanks,

Dries.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Mogrify adds 3hours to my 'picture taken date' in Exif

Post by snibgo »

I suppose this is with LR/mogrify? What version of IM mogrify?

Code: Select all

mogrify -version
Can you isolate the problem to mogrify (eliminating a problem with the interfaces)? What happens with:

Code: Select all

mogrify out.jpg
snibgo's IM pages: im.snibgo.com
Post Reply