Easy EXIF (Images and Media)

Easy EXIF is a quick and easy way to extract the EXIF data from an image file and display it in a PHP page.

Ideal for image galleries, the script will extract the data from whichever image you point it at, and then generate variables for each EXIF data field (shutterspeed, aperture, ISO etc) so you can use them however you want. You can echo them out into a document, insert them into a database etc…

Features:
– Easy to use.
– Minimal coding required – just copy and paste or use PHP Include.
– Code is commented for greater understanding of how it works.
– No MySQL Database required.
– Perfect for photo galleries.

The script pulls out the following information from an image:
– Filename.
– File size.
– Height in pixels.
– Width in pixels.
– Date taken.
– Shutter speed.
– ISO .
– Aperture / F-Stop
– Focal length.
– Camera make.
– Camera model.
– Image copyright info.

Download Easy EXIF (Images and Media)

Leave a Reply

Your email address will not be published. Required fields are marked *