Page 1 of 1

Applying edits in XMP CRS to a JPG

Posted: 2016-04-21T10:27:37-07:00
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 ?

Re: Applying edits in XMP CRS to a JPG

Posted: 2016-04-21T10:36:28-07:00
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.

Re: Applying edits in XMP CRS to a JPG

Posted: 2016-04-25T05:26:37-07:00
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 ?

Re: Applying edits in XMP CRS to a JPG

Posted: 2016-04-25T10:05:35-07:00
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.