exif - Tcl EXIF extracts and parses EXIF fields from digital images
SYNOPSIS
package require Tcl 8.2
package require exif ?1.0?
|
The EXIF package is a recoding of Chris Breeze's Perl package to do the same thing. This version accepts a channel as input and returns a serialized array with all the recognised fields parsed out.
There is also a function to obtain a list of all possible field names
that might be present, which is useful in building GUIs that present
such information.
COMMANDS
N.B.: Read the implementation of exif::fieldnames before
modifying the implementation of exif::analyze.
COPYRIGHTS
(c) 2002 Darren New
Hold harmless the author, and any lawful use is allowed.
ACKNOWLEDGEMENTS
This code is a direct translation of version 1.3 of exif.pl by Chris
Breeze. See the source for full headers, references, etc.