Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Joey A
Adding copyright metadata to image? [ reply ]  
2012-01-16 19:55
I'm searching for a way to simply update the EXIF (or other metadata) of an existing JPG with copyright information. I've found references to this approach:

image["EXIF:Copyright"] = "Acme, Inc. 2011"

...and the following call successfully returns the stored value:

image.get_exif_by_entry("Copyright")

...but that metadata doesn't appear to be saved with the image.

Any clues are greatly appreciated.

Joey