Main Content

8 results in File Exchange

run_exiftool

Version 1.1.0.0 by Peter Burns

Read and write full Exif metadata from image files. A Matlab front end for ExifTool, by Phil Harvey.

Two functions: getexif: read Exif matadata putexif: save image with matedataThis is a front end for the command-line executable, ExifTool. It can also serve as an example of how to call other

- [status] = getexif(fname) read Exif data from an image file
- [status] = putexif(dat,fname, refname) save and image with Exif data from
  • 3.1K (All time)
  • 3 (Last 30 days)
  • 4.4 / 5
  • Community
  • 22 Jul 2013

Read RAW camera images

Version 21.08 by Emmanuel Farhi

Read RAW camera images from within Matlab, using DCRAW or LibRAW

just call readraw once, and then all is donewith imread and imfinfo as you would do with other image formats.readraw;im = imread('file.RAW');exif = imfinfo('file.RAW'); ...delete(readraw);NOTES:NOTE

  • 2.9K (All time)
  • 7 (Last 30 days)
  • 4.0 / 5
  • Community
  • 14 Aug 2023

Exiftool Explorer

Version 1.01 by Duncan Carlsmith

Explores native use of exiftool for image metadata editing.

ExifTool by Phil Harvey is a collection of device-independent Perl scripts that edits Exif metadata for a wide variety of image, audio, and video file types. It can extract provenance information

  • 116 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Feb 2026

Image Manipulation Toolbox

Version 1.56 by DGM

MATLAB Image Manipulation Toolbox

arbitrary subsets from a prefixed set of image filesgifread --read animated gif files to 4-D arraygifwrite --write animated gif file from 4-D arrayimreadort --read JPG files with correct EXIF

  • 9.5K (All time)
  • 97 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 Jul 2024

PhotoAnnotation

Version 1.4.1 by Rik

View photos along with their description

This function opens a GUI showing a photo and user-added comments. These comments extracted from the comment field, which is possible for jpeg, tiff and png. All EXIF data is preserved using a tool

  • 73 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 6 Jul 2020

CameraController

Version 1.3.9.1 by Serge

Controller for supported DSLR cameras via digiCamControl application

], [Exif.Photo.ExposureTime],[Exif.Photo.FNumber], [Exif.Photo.ISOSpeedRatings], etc(for a full list go to: Session>Edit Current Session>File Name Template)-"filenametemplate" can be set when calling the Capture method and appliesto all

  • 2.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Mar 2024

cmacminn/getTimeStamp

Version 1.0.0.0 by Chris MacMinn

A MATLAB function to read the timestamp of an image file.

Gets the timestamp of an image file using EXIF metadata.

  • 281 (All time)
  • 1 (Last 30 days)
  • 1.0 / 5
  • Community
  • 27 Jun 2014

iPhone Voice Controller

Version 1.01 by Duncan Carlsmith

Explore how to totally control your iPhone programmatically via voice commands.

EXIF data (Ref. 3) provides local and universal time as well as GPS, image provenance, and camera setting information. iCloud provides automatic background transfer of images to the laptop and the sensor

  • 16 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 9 Feb 2026