EE 1
EE 2
VZ Exif

Developer

Eli Van Zoeren

3rd Party (Free)

50 downloads (last 90 days)

Creative Commons Attribution Share Alike Download v1.0.8

Compatibility

Requirements

  • jQuery for the Control Panel

Categories

Plugin

Tags

Extracts Exif information from an image and makes it available in your templates. Great for photoblogs!

The VZ Exif Plugin extracts Exif data from an image and makes it available in your templates.

Tag Pair:

The following code will output all the available Exif data in a list. You don’t need to include all the variables in your template.

{exp:vz_exif image=”{photo}”}
<ul>
  <li>File Size: {size}kb</li>
  <li>Dimensions: {width}x{height}</li>
  <li>Taken on: {date format=”%F %d, %Y”}</li>
  <li>Camera brand: {make}</li>
  <li>Camera: {model}</li>
  <li>Focal length: {focal_length}mm (<abbr title=“35mm equivalent”>{focal_length_equiv}mm-e</abbr>)</li>
  <li>Aperture: {aperture}</li>
  <li>Shutter speed: {shutter} seconds

  <li>ISO: {iso}</li>
  <li>Processed with: {software}</li>
  <li>Flash used: {flash}</li>
  <li>Latitude: {latitude} / Longitude: {longitude}</li>
</ul>
{/exp:vz_exif}

Single Tags:

You can also get each piece of data using a single tag in the form: {exp:vz_exif:[exif_tag_to_get]}. The Exif data is cached after the first time you get it, so the performance cost for this method should be insignificant.

<p>The following photo was taken with a {exp:vz_exif:model image=”{photo}”} camera.

Parameters:

image= (required)
This is the url of the image to get Exif data from. The image needs to be on your server and in JPEG format. Typically, this will be in the form of a custom field inside your {exp:channels} tag pair.

root= (optional)
VZ Exif will do its best to determine the server path to the image you give it, but in some cases you may want to specify the root path manually. The root url will simply be prepended to the image url (minus the domain name, if there is one).

Download VZ Exif

EE Version Downloads Add-On Version Release Date
1.x Download 1.0.6 2011-05-11 06:06 PM
2.+ Download 1.0.8 2012-06-13 01:39 PM

This entry was created November 3, 2010, 12:34 pm.
This entry was last updated June 13, 2012, 11:40 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

1 Review:

CreateSean 01.06.11

Rating - {addon_rating_average}

Works as advertised – excellent