Getting exif data from php
exif, php
Solution
Why not using the PHP function `exif_read_data()` ?
EDIT: Here are some others libs (all of them look unmaintained) :
- ZenPhoto exit component : http://www.zenphoto.org/trac/browser/trunk/zp-core/exif
- PHP JPEG Metadata toolkit : http://www.ozhiker.com/electronics/pjmt/index.html
- PEL: PHP Exif Library http://pel.sourceforge.net/
Problem
Hi again I'm trying to get a good exif parser for files. So far I'm using Exif reader v 1.2 But I'm have some trouble reading the lens information i.e what it was taken by. Does anyone have any good solutions. Thanks Richard