VZ Exif

Developer

Eli Van Zoeren

3rd Party (Free)

437 downloads (last 90 days)

Creative Commons Attribution Share Alike

EE Version Support

  • ExpressionEngine 1.x
  • ExpressionEngine 2
  • ExpressionEngine 4
  • ExpressionEngine 5

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

  • Updater
  • Multi Site Manager
  • Stand Alone Entry Form
  • Low Variables
  • Content Elements
  • Better Workflow
  • Matrix
  • Grid
  • Webservice
  • Publisher

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

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.

path= (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 Support Downloads Add-On Version Release Date
2.6.0+ Download 1.0.10 May 6, 2015
4.0.0+ Download 3.0.0 Jun 1, 2019

This entry was created November 3, 2010, 12:34 pm.
This entry was last updated June 1, 2019, 1:24 pm.

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!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

1 Review:

CreateSean 01.06.11

CreateSean
Rating - {addon_rating_average}

Works as advertised – excellent