Displaying camera settings in PHP

by tandurq on Nov.11, 2006, under Internet

I figured out how to display camera settings in PHP ( eg. Camera make, model, shutter speed, aperture, etc.) PHP has a buit in function called exif_read_data(). Click here to see available EXIF tags –> 100_0755.jpg To display the tags in PHP is easy.

Insert this statement
    $exif = exif_read_data($filename, 0, true);
Then print your selected tag
    echo @exif['IFD0']['Make'];

Check out my photo gallery to see the final results.


Comments are closed.

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...