I use Photolab 8.7 to develop Nef files from my new Nikon Z50_2 camera, but when I export jpeg files, the Maker Notes information is not written to the output file. This works normally with all my other SLR cameras and even with my Olympus TG-5 compact camera. Has anyone else encountered the same problem? Thank you in advance for the community’s help.
Funny, but PL8.7.1/Win JPEG exports include MakerNotes for old Nikon D700 but not for newer Nikon Z8, while for TIFFs they are included in both cases (with ‘Include All’ chosen). Don’t know the logic behind, good catch. Nothing to worry, I guess.
Personally, I strip jpegs of any unrequired metadata, while I keep it all for TIFFs, which serve me as intermediate files. I do look into MakerNotes sometimes, but then I use only NEF files and exiftool or NX Studio to check camera settings or visualize focus point(s).
Thanks for your reply.
Before submitting my question, I ran some tests with my D500 and the same lens, and the Maker Notes are indeed present in the JPEG file. I also tested the Z50_2 with the 2.8/40 macro DX, which has no ambiguity with another lens.
With the Z50_2, the Maker Notes informations are still missing from the JPEG file, but as Wlodek pointed out, are present when exporting to TIFF !
Maybe if MakerNotes are large enough, say over 64kB, then they are not exported in jpegs to save space? For TIFFs saving few kB does not matter.
Use exiftool -MakerNotes to show the size. It’s over 64kB for Z8 and 16kB for D700.
EDIT: Explanation: According to EXIF specs, all EXIF data in jpegs, including MakerNotes, must fit into a single JPEG APP1 segment, which has a 64 KBytes size limit. This limitation does not apply to TIFFs.
Thank you all for your responses.
I’ve managed to get around the problem with a script, but it’s not a permanent solution.
I’ve also submitted a request to DxO support, and I’ve been waiting for their response for three days now…