hi,
is possible to retrieve meta-data of my image files using php ?
For example I would like to retrieve the title of the image stored in the meta informations.
thanks
retrieve meta information from files
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: retrieve meta information from files
getimagesize(), but there is another new function that gives more information. Maybe see the GD docs.
(#10850)