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 ?
Applying edits in XMP CRS to a JPG
- 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
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
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 ?
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 ?
- 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
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.