Container for parsed EXIF metadata.
Provides convenient access to common EXIF tags with proper typing.
Instance methods
artist
Artist/photographer name.
Sourcecamera
Combined camera make and model.
Sourcedate_time
Date/time the image was last modified.
Sourcedate_time_digitized
Date/time the image was digitized.
Sourcedate_time_original
Date/time the original image was taken.
Sourceempty?
Returns true if EXIF data contains any tags.
Sourceexposure_time
Exposure time in seconds.
Sourcefocal_length_35mm
Focal length equivalent in 35mm film.
Sourcegps
GPS coordinates if available.
Sourcehas_gps?
Returns true if GPS data is present.
Sourceheight
Image height in pixels (from EXIF, may differ from actual).
Sourceorientation
Image orientation (1-8). Returns 1 (normal) if not present.
Sourcesoftware
Software used to create/edit the image.
Sourcetaken_at
Best available date/time (original > digitized > modified).
Sourcewidth
Image width in pixels (from EXIF, may differ from actual).
Source