Hello,
Within a script, what would be the correct method for adding metadata to an image being created?
There is the method setProperty under Class ImagePlus, is this the one?
http://rsb.info.nih.gov/ij/developer/api/ij/ImagePlus.html#setProperty(java.lang.String,%20java.lang.Object)Are there any methods for creating metadata standards (IPTC-IIM, IPTC Core, IPTC Extension, PLUS, Exif or Dublin Core)?
An image made visible using img.show() would keep this added metadata when saved manually by the user or when saved as a .tif by the script iself?
Could I see a little example of how to code for this in Python?
Thanks,
Nuno.