GIMP bug
Added by Anonymous Poster over 3 years ago
Robin can you help here? https://gitlab.gnome.org/GNOME/gimp/issues/1632
Thank for your work
Replies (8)
RE: GIMP bug - Added by Robin Mills over 3 years ago
Hi A
Yes I will help. I'm on vacation and will be home on Sunday evening (23 June). I'll look at this next week.
We moved to code to GitHub when we released v0.26 in April 2017. If this is urgent, you could raise a bug on http://github.com/exiv2/exiv2
Robin
RE: GIMP bug - Added by Anonymous Poster over 3 years ago
Thanks for the reply we are not in a hurry
RE: GIMP bug - Added by Anonymous Poster over 3 years ago
I hope your holidays have gone well and have your own advice about the bug
RE: GIMP bug - Added by Robin Mills over 3 years ago
Apologies: I forgot about you. I've been busy deal with MSVC/ and MinGW/. I'll try to look at your stuff later today.
RE: GIMP bug - Added by Robin Mills over 3 years ago
More apologies. I was working until after 8pm last night to deal (successfully) with the MSYS2 (mingw) and msvc matters. I have a busy day today and England are playing Belgium in the World Cup tonight. (I'm Scottish and live in England.). You're not forgotten. It'll probably be tomorrow before I can get to your issue.
RE: GIMP bug - Added by Robin Mills over 3 years ago
A
I've looked at this. I don't understand the bug as it is described as part of the GIMP User Experience. Can you explain this bug using the command line-program exiv2(.exe)?
Here's what I see:
642 rmills@rmillsmbp:~/temp $ curl -O http://clanmills.com/Stonehenge.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6599k 100 6599k 0 0 1380k 0 0:00:04 0:00:04 --:--:-- 1642k 643 rmills@rmillsmbp:~/temp $ exiv2 -pi Stonehenge.jpg Iptc.Envelope.ModelVersion Short 1 4 Iptc.Envelope.CharacterSet String 3 G Iptc.Application2.RecordVersion Short 1 4 Iptc.Application2.Caption String 12 Classic View 644 rmills@rmillsmbp:~/temp $ exiv2 -M'set Iptc.Application2.DateCreated 2018-06-29' Stonehenge.jpg 645 rmills@rmillsmbp:~/temp $ exiv2 -pi Stonehenge.jpg Iptc.Envelope.ModelVersion Short 1 4 Iptc.Envelope.CharacterSet String 3 G Iptc.Application2.RecordVersion Short 1 4 Iptc.Application2.Caption String 12 Classic View Iptc.Application2.DateCreated Date 8 2018-06-29 <--- looks good to me
Looking at the interaction of the IPTC, Exif and XMP, I see:
646 rmills@rmillsmbp:~/temp $ curl -O http://clanmills.com/Stonehenge.jpg % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 6599k 100 6599k 0 0 1393k 0 0:00:04 0:00:04 --:--:-- 1394k 647 rmills@rmillsmbp:~/temp $ exiv2 -pa --grep date/i Stonehenge.jpg Exif.Image.DateTime Ascii 20 2015:07:16 20:25:28 Exif.Photo.DateTimeOriginal Ascii 20 2015:07:16 15:38:54 Exif.Photo.DateTimeDigitized Ascii 20 2015:07:16 15:38:54 Exif.NikonWt.DateDisplayFormat Byte 1 Y/M/D Exif.GPSInfo.GPSDateStamp Ascii 11 2015:07:16 Xmp.xmp.ModifyDate XmpText 25 2015-07-16T20:25:28+01:00 648 rmills@rmillsmbp:~/temp $ exiv2 -M'set Iptc.Application2.DateCreated 2018-06-29' Stonehenge.jpg 649 rmills@rmillsmbp:~/temp $ exiv2 -pa --grep date/i Stonehenge.jpg Exif.Image.DateTime Ascii 20 2015:07:16 20:25:28 Exif.Photo.DateTimeOriginal Ascii 20 2015:07:16 15:38:54 Exif.Photo.DateTimeDigitized Ascii 20 2015:07:16 15:38:54 Exif.NikonWt.DateDisplayFormat Byte 1 Y/M/D Exif.GPSInfo.GPSDateStamp Ascii 11 2015:07:16 Iptc.Application2.DateCreated Date 8 2018-06-29 Xmp.xmp.ModifyDate XmpText 25 2015-07-16T20:25:28+01:00 650 rmills@rmillsmbp:~/temp $
What's the issue?
Robin
RE: GIMP bug - Added by Anonymous Poster over 3 years ago
The problem is where write the correct metadata info, if you can comment on that bug your experience and courtesy would be greatly appreciated. Thanks in advance
RE: GIMP bug - Added by Robin Mills over 3 years ago
This matter is closed. I am not getting involved in that discussion on the Gimp Forum.