Convert CR2 with regard to Camera Raw xmp

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Znarkus
Posts: 2
Joined: 2011-05-17T13:43:26-07:00
Authentication code: 8675308

Convert CR2 with regard to Camera Raw xmp

Post by Znarkus »

Hi,

Is it possible for convert to take the .xmp file generated by Adobe Camera Raw into consideration? I noticed that identify could read these files:

Code: Select all

identify -verbose photo.cr2 xmp:photo.xmp
But can the cr2 be developed with the settings made in Camera Raw, those that are stored in the XMP?
Post Reply