Magnus Manske wrote:
I have added the PHP EXIF data reader from [1] to CVS HEAD. EXIF data display is now turned on by default on the image page. The PHP class I used is independent of the EXIF PHP library, which would otherwise have to be linked in (recompile/won't run everywhere).
I have patched the class to some degree to suppress error messages, and to prevent showing bogus EXIF data where none exists.
As I recall, automatic EXIF data display has been on the "wanted feature" list for quite some time. So, rejoice! ;-)
Would you consider putting that information into the database? A metadata blob would do the trick, with some method to distinguish values set by various extensions. Your patch won't work for apaches which have no access to the commons filesystem, which is how we intend to set up the Yahoo/Belnet/Kennisnet apaches. Image::getImagePath() will return false.
-- Tim Starling