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
+2
A:
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/
Wookai
2010-02-23 16:25:01
Apparently it quite buggy
Richard Housham
2010-02-23 17:07:32
Thanks for the links I've been trying them out. But none of the seem to get the lens information. Is this even possible?
Richard Housham
2010-02-24 11:40:04
Best thing to use is exiftoolhttp://www.sno.phy.queensu.ca/~phil/exiftool/
Richard Housham
2010-03-01 11:34:33