What program should I use to edit metadata/image info? It needs to be something that can handing editing 10s of images at once.
Normally I use Adobe Bridge for editing Metadata. The metadata template makes it easy but only the Copyright Notice shows up in the image info on my site.
Here is the image info as I want it displayed.
Image Title:
Artist:
Contact:
Copyright Notice:
Original Width:
Original Height:
Comments
The fields that Zenphoto recognizes are described in the EXIF display option (admin/options/images) and the array `$_zp_exifvars` in functions.php. The actual processing occurs in the image objecet method `updateMetadata()`
You will note that not all fields are set to display. You can change that in the admin options.