change the exif in command line

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
kymapuk

change the exif in command line

Post by kymapuk »

in command line:
convert t_img11.jpg -set "EXIF:WinXP-Author" TEST t_img11.jpg
identify -format "%[EXIF:WinXP-Author]" t_img11.jpg

why this command don't change this exif?
May i write wrong?
Post Reply