tags:

views:

348

answers:

2

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) :

Wookai
Apparently it quite buggy
Richard Housham
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
Best thing to use is exiftoolhttp://www.sno.phy.queensu.ca/~phil/exiftool/
Richard Housham