coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: adrianbj on June 27, 2005, 11:54:49 PM

Title: Photoshop File Info Metadata Import
Post by: adrianbj on June 27, 2005, 11:54:49 PM
Just wondering if it is possible to import metadata that has been added to images using Photshop's File Info function.

Thanks,

Adrian
Title: Re: Photoshop File Info Metadata Import
Post by: kegobeer on June 28, 2005, 12:08:48 AM
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.
Title: Re: Photoshop File Info Metadata Import
Post by: adrianbj on June 28, 2005, 09:27:08 AM
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