PackageDescription: JPeg-EXIF
J Peg - EXIFLast published: February 11, 2008 by 'mbany'
Defines 3 Classes
Extends 3 Classes
A simple EXIF scanner.
Usage:
exif := JpegScanner parse: 'Z:\Photos\1979\1.JPG'
answers a dictionary of properties. Supported property names:
#Make
#Model
#DateTime
#DateTimeOriginal
#DateTimeDigitized
#ResolutionUnit
#YResolution
#XResolution
#YCbCrPositioning
#Orientation
If more properties needed, #addField:to: should be extended using EXIF specs that can be found at
http://www.exif.org/specifications.html