Applying edits in XMP CRS to a JPG

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
mischat
Posts: 2
Joined: 2016-04-21T10:13:54-07:00
Authentication code: 1151

Applying edits in XMP CRS to a JPG

Post by mischat »

I read that in IM7 one can apply the edits in the Xmp.crs namespace to a JPEG file, if so does anyone know how ? I have installed the latest version of IM7 :

Version: ImageMagick 7.0.0-0 Q16 x86_64 2016-04-21 http://www.imagemagick.org

And am trying to do the following

./magick <jpg with no xmp> apply Xmp.crs.* from <xmp sidecar file> write it to <new_jpg_with_xmp.crs_transforms_applied>

Is this possible? can someone help me out here ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Applying edits in XMP CRS to a JPG

Post by fmw42 »

Where did you read that? I don't see anything about that in http://imagemagick.org/script/porting.php#cli. Though perhaps I have missed it.
mischat
Posts: 2
Joined: 2016-04-21T10:13:54-07:00
Authentication code: 1151

Re: Applying edits in XMP CRS to a JPG

Post by mischat »

I read it on this page :

https://www.imagemagick.org/discourse-s ... hp?t=21996

Perhaps that feature never got developed, or it was never intended to be developed ...

Is ImagicMagick the right tool for me to attempt to do something like this programmatically ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Applying edits in XMP CRS to a JPG

Post by fmw42 »

I do not know if anything automatic got implemented in IM 7. I do not see anything about it at the porting page link mentioned earlier.
Post Reply