PackageDescription: JPeg-EXIF


J Peg - EXIF

Last published: September 25, 2020 by 'georg'

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
#GPSAltitude
#GPSAltitudeRef
#GPSImgDirection
#GPSImgDirectionRef
#GPSLatitude
#GPSLatitudeRef
#GPSLongitude
#GPSLongitudeRef
#GPSTimeStamp
If more properties needed, #addField:to: should be extended using EXIF specs that can be found at
http://www.exif.org/specifications.html
http://www.exif.org/Exif2-2.PDF