EXIF handling for Nikon D750 broken
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
EXIF handling for Nikon D750 broken | Jörn Clausen | 23 Nov 21:19 |
EXIF handling for Nikon D750 broken | Partha Bagchi | 23 Nov 22:35 |
EXIF handling for Nikon D750 broken | Owen Cook | 23 Nov 23:34 |
EXIF handling for Nikon D750 broken | Jörn Clausen | 24 Nov 08:28 |
EXIF handling for Nikon D750 broken
Hi!
I am desperately looking for a way to process images taken with a Nikon D750. After exporting to JPEG, the EXIF data is broken:
$ exiv2 -pa DSE_1346-gimp.JPG Error: XMP Toolkit error 203: Duplicate property or field node Warning: Failed to decode XMP metadata. Exif.Image.Make Ascii 18 NIKON CORPORATION Exif.Image.Model Ascii 11 NIKON D750
An example of an original file from the camera and one opened in GIMP 2.8.14 and exported right away can be found here:
https://drive.google.com/folderview?id=0B_8w9Tstv6xZcW1jajg4d3hXODQ&usp=drive_web
Any help is appreciated.
Joern Clausen http://www.oe-files.de/photography/
EXIF handling for Nikon D750 broken
Use Phil Harvey's exiftool
(http://www.sno.phy.queensu.ca/~phil/exiftool/) to transfer exif data
from the RAW NEF file to your Gimp processed JPG.
Hope that helps.
On Sun, Nov 23, 2014 at 4:19 PM, Jörn Clausen wrote:
Hi!
I am desperately looking for a way to process images taken with a Nikon D750. After exporting to JPEG, the EXIF data is broken:
$ exiv2 -pa DSE_1346-gimp.JPG Error: XMP Toolkit error 203: Duplicate property or field node Warning: Failed to decode XMP metadata. Exif.Image.Make Ascii 18 NIKON CORPORATION Exif.Image.Model Ascii 11 NIKON D750
An example of an original file from the camera and one opened in GIMP 2.8.14 and exported right away can be found here:
https://drive.google.com/folderview?id=0B_8w9Tstv6xZcW1jajg4d3hXODQ&usp=drive_web
Any help is appreciated.
-- Joern Clausen
http://www.oe-files.de/photography/
_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
EXIF handling for Nikon D750 broken
I don't get the same response as you?
owen@linux-dnwz:~/Downloads> ls -l DSE_1346* -rw-r----- 1 owen users 7856 Nov 24 10:20 DSE_1346-gimp.JPG -rw-r----- 1 owen users 7877 Nov 24 10:20 DSE_1346.JPG
owen@linux-dnwz:~/Downloads> identify DSE_1346-gimp.JPG DSE_1346-gimp.JPG JPEG 190x127 190x127+0+0 8-bit sRGB 7.86KB 0.000u 0:00.000
owen@linux-dnwz:~/Downloads> exiv2 DSE_1346-gimp.JPG
File name : DSE_1346-gimp.JPG
File size : 7856 Bytes
MIME type : image/jpeg
Image size : 190 x 127
DSE_1346-gimp.JPG: No Exif data found in the file
owen@linux-dnwz:~/Downloads> exiftool DSE_1346-gimp.JPG
ExifTool Version Number : 9.34
File Name : DSE_1346-gimp.JPG
Directory : .
File Size : 7.7 kB
File Modification Date/Time : 2014:11:24 10:20:47+11:00
File Access Date/Time : 2014:11:24 10:22:56+11:00
File Inode Change Date/Time : 2014:11:24 10:20:51+11:00
File Permissions : rw-r-----
File Type : JPEG
MIME Type : image/jpeg
JFIF Version : 1.01
Resolution Unit : None
X Resolution : 1
Y Resolution : 1
Image Width : 190
Image Height : 127
Encoding Process : Baseline DCT, Huffman coding
Bits Per Sample : 8
Color Components : 3
Y Cb Cr Sub Sampling : YCbCr4:4:4 (1 1)
Image Size : 190x127
Sent: Monday, November 24, 2014 at 8:19 AM From: "Jörn Clausen"
To: gimp-user-list@gnome.org
Subject: [Gimp-user] EXIF handling for Nikon D750 brokenHi!
I am desperately looking for a way to process images taken with a Nikon D750. After exporting to JPEG, the EXIF data is broken:
$ exiv2 -pa DSE_1346-gimp.JPG Error: XMP Toolkit error 203: Duplicate property or field node Warning: Failed to decode XMP metadata. Exif.Image.Make Ascii 18 NIKON CORPORATION Exif.Image.Model Ascii 11 NIKON D750
An example of an original file from the camera and one opened in GIMP 2.8.14 and exported right away can be found here:
https://drive.google.com/folderview?id=0B_8w9Tstv6xZcW1jajg4d3hXODQ&usp=drive_web
Any help is appreciated.
-- Joern Clausen
http://www.oe-files.de/photography/
_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
EXIF handling for Nikon D750 broken
On Mon, Nov 24, 2014 at 12:34 AM, Owen Cook wrote:
I don't get the same response as you?
Try options "-pa".
Thanks for the responses. Although workarounds are nice, this is a bug that should be fixed. The exported file is broken, several programs refuse to load the image at all, e.g. Nikon's ViewNX2. It rereads images I have taken with a D300s or a D800 and processed in GIMP, but not the images taken with the D750.
Joern Clausen http://www.oe-files.de/photography/