Just wondering if it is possible to import metadata that has been added to images using Photshop's File Info function.
Thanks,
Adrian
PHP has no built in function to read or display a Photoshop file, so there isn't anything I could whip up to do that. I've seen the PHP JPEG Metadata Toolkit (http://www.ozhiker.com/electronics/pjmt/library/documentation/photoshop_file_info.html) but haven't done any experimenting with it.
Right now, you'd have to make a JPEG with exif data - Coppermine can pull exif data from JPEG images.
I actually just found the PHP JPEG Metadata Toolkit and was about to post it here as an option for the development team to consider. I already have coppermine pull the exif data, but as it stands, many agencies rely on the Photoshop File Info data and it would be great to not have to enter it twice, once for the coppermine database and once for Photoshop. Anyway, just something to think about that I think would be really useful if anyone is feeling enthusiastic enough to implement it.
Thanks