Photoshop File Info Metadata Import Photoshop File Info Metadata Import
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Photoshop File Info Metadata Import

Started by adrianbj, June 27, 2005, 11:54:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adrianbj

Just wondering if it is possible to import metadata that has been added to images using Photshop's File Info function.

Thanks,

Adrian

kegobeer

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 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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

adrianbj

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