Code covered by the BSD License  

Highlights from
Tiff Tag Reader

Be the first to rate this file! 19 Downloads (last 30 days) File Size: 4.11 KB File ID: #36958

Tiff Tag Reader

by Dirk-Jan Kroon

 

01 Jun 2012 (Updated 13 Jun 2012)

A one file implementation of Tag-reader for complex Tiff files.

| Watch this File

File Information
Description

This function tiff_read_header can be used to read the header(s) of complex Tiff files. It implements a part of the Tiff version 5 and 6 specifications.
 
 
   Info = tiff_read_header( Filename )
  or
   [Info,I] = tiff_read_header( Filename )
 
  inputs,
    Filename : filename of a Tif/Tiff file
 
  outputs,
    Info : Struct with Tiff tags, or in case of multiple images,
           cell array with struct for every image.
  I : Image Data (Only supported for non-compressed data)
 
  Note:
    SubHeaders can be found in SubIFD1,SubIFD2 ...
 
 
  Literature,
    http://www.awaresystems.be/imaging/tiff/tifftags/baseline.html
    http://www.fileformat.info/format/tiff/corion.htm
    http://www.compix.com/fileformattif.htm
    http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf
 

Required Products MATLAB
MATLAB release MATLAB 7.12 (R2011a)
Tags for This File  
Everyone's Tags
adobe, file, header, ifd, image file directory, imread, info, tag, tif, tiff
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
13 Jun 2012

fixed small bug (multiple byte counts)

Contact us