Jump to content

JPEG Keywords


Egern.net

Recommended Posts

Hello everyone.I'm going to create a large website containing thousands photos. I would like to know is there any way to get JPEG's metadata for PHP? I need JPEG Keywords most of all. But also I'd like to retrieve DatePictureTaken and CameraModel data from EXIF metadata.Thanks

Link to comment
Share on other sites

If it's your own server, it shouldn't be so hard.If it's a host they prob. have it enabled... You could check it in two ways: 1. try to use the function 2. use phpinfo(): Put this in a file on the server:

<?phpphpinfo();?>

and go to that file in your browser, searh for exif in the document..If you can't use the function or didn't find it in the info, send a mail to your host and ask them if they could enable it (it doesn't hurt to ask).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...