Need to Read metadata added by photoshop with php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
itpvision
Forum Newbie
Posts: 5
Joined: Fri Jun 20, 2008 5:03 am

Need to Read metadata added by photoshop with php

Post by itpvision »

Hello,

I need a way to read metadata added by photoshop in php and add it to mysql database

Help Appreciated
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Need to Read metadata added by photoshop with php

Post by Kieran Huggins »

check the function iptcparse() - there are user comments that you should read on that page as well, since there are a few gotchas.
Post Reply