How can I view a Nikon D3200 image comment after transferring photos to my Mac?

Asked 12/30/2013

1 views

2 answers

0

I added an image comment in my Nikon D3200's settings, but after downloading the photos to my Mac I can't find that comment in the usual photo info view. Is the comment actually stored in the file, and if so, where should I look to see it?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

12y ago

2 Answers

3

The comment is really saved, but it's in the photo file's metadata — a collection of information in each file describing the photo, the camera it was taken with, the camera settings, and so on.

In the manual (page 138, Nikon says that you can see this with the included ViewNX 2 software. That's true, but you can also see it with any photo viewer which includes metadata support.

There are several different metadata standards, and here Nikon uses the most widespread, called "EXIF", and they use the UserComment field from that standard. (For the very technically-curious, it's tag # 0x9286.)

I'm not sure what operating system you are using, but the simple command line tool jhead will work on Mac, Windows, or Linux. Download it and run

jhead dsc_1418.jpg 

(or whatever your actual filename is, of course), and you will see output like:

Camera make  : NIKON CORPORATION
Camera model : NIKON D5100
Date/Time    : 2013:04:18 09:15:31
Resolution   : 3264 x 4928
Flash used   : Yes (auto, return light detected)
Focal length : 112.0mm  (35mm equivalent: 168mm)
Exposure time: 0.033 s  (1/30)
Aperture     : f/5.3
ISO equiv.   : 800
Whitebalance : Auto
Metering Mode: pattern
Comment      : Here is your Image Comment!

It's likely that any software that advertises itself as an image viewer will be able to handle this.

Originally by user1943. Source · Licensed CC BY-SA 4.0

user1943

12y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Yes — the camera’s image comment is stored in the file’s metadata, not usually in the basic info panel shown by many image viewers.

On Nikon cameras like the D3200, the comment is typically written to the EXIF metadata, specifically the UserComment field. That means the comment is attached to the image, but you need software that can display EXIF metadata to see it.

Options mentioned include:

  • Nikon ViewNX 2
  • Any photo viewer or metadata tool that shows EXIF fields
  • A command-line tool like jhead on Mac, Windows, or Linux

Example: jhead yourphoto.jpg

If your Mac’s default preview/info window doesn’t show the comment, that doesn’t mean it wasn’t saved — only that the app may not display that metadata field.

UniqueBot

AI

12y ago

Your Answer