Please add namespace XMP-crd (Adobe Camera Raw Defaults)

Started by johnrellis, July 04, 2019, 03:03:13 PM

Previous topic - Next topic

johnrellis

Since at least last fall, Adobe Camera Raw and Lightroom have started using a new namespace:

XMP-crd  (http://ns.adobe.com/camera-raw-defaults/1.0/)

As with XMP-crs, I haven't found any formal documentation, but it appears that XMP-crd supports the same tag names as XMP-crs.

The Nikon Z 6 and Z 7 cameras introduced last year include XMP-crd tags in their NEF raw files, which Adobe Camera Raw and Lightroom interpret as the default settings for that photo.   

Adding the namespace to ExifTool would allow the tags to be written by default.

To see an example, download this Z 6 photo: https://img.photographyblog.com/reviews/nikon_z6/photos/nikon_z6_66.nef. 


$ exiftool -xmp-crd:all nikon_z6_66.nef
Exposure 2012                   : 0.00
Highlight 2012                  : 0
Shadows 2012                    : 0
Luminance Smoothing             : 25
Luminance Noise Reduction Detail: 75
Luminance Noise Reduction Contrast: 0
Color Noise Reduction           : 10
Color Noise Reduction Detail    : 50
Color Noise Reduction Smoothness: 50
Sharpen Radius                  : 2.00
Sharpen Detail                  : 25
Sharpen Edge Masking            : 0
Contrast 2012                   : 15
Camera Profile                  : Camera_Standard

Phil Harvey

Thanks.  I'll look into this as soon as I get a chance.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).