PDA

View Full Version : Extra EXIF Information Addon for v1.4 only


Rob
04-19-2005, 08:03 PM
I have just converted my hack to an addon. You can find it at;

http://www.pixelpost.org/index.php?x=downloads&details=69

Adds extra EXIF tags that you can use in your templates. Just unzip and copy extra_exif.php to your addons directory, then add the new tags to your template.

Please note that not all tags are available for all cameras. The extra tags are <b><EXIF_ORIENTATION> <EXIF_MAX_APERATURE> <EXIF_EXPOSURE_PROGRAM> <EXIF_BRIGHTNESS_VALUE> <EXIF_EXPOSURE_BIAS> <EXIF_METERING_MODE> <EXIF_COLOR_SPACE> <EXIF_IMAGE_WIDTH> <EXIF_IMAGE_HEIGHT> <EXIF_EQUIV_FOCAL_LENGTH> <EXIF_CAPTURE_DATE_FORMATTED> <LANG_CAPTURE_DATE_FORMATTED></b>

These tags give you the following information:

• Orientation - For cameras that support, horizontal or vertical
• Max Aperature - Of the lens you are using
• Exposure Program - Stuff like manual, aperature priority, etc
Brightness value - The EV as indicated by the meter
• Exposure Bias - Number of stops +/- that you set
• Metering Mode - spot, honeycomb, stuff like that
• Equiv focal length - Very few cameras support, minolta does. This is the 35mm equiv focal length. For example, because of the digital sensor size, 100mm on my lens on my digital SLR is the same as 150mm on a film SLR. Nice for those of us that still think in film terms
• Color Space - The RGB color space of the photo
• Capture Date Formated - Formats the capture date in the format specified in the admin options.

raminia
04-19-2005, 09:09 PM
THANKS!

Rob
04-20-2005, 01:12 PM
THANKS!Feel free to role this one into 1.4.1 ;) Or maybe EXIF info should all be an addon to reduce processing for people who don't want it?