module Exif::Tag

Tags used in Nikon Makernote

Tags used in Olympus Makernote

Constants

CanonIFDTable
ExifIFDTable
ExifSpecific

Hash tables that maps tag ID to the corresponding class.

FujifilmIFDTable

Tags used in Fujifilm makernote

GPSIFDTable
IFD0Table

ExifStandard 2.2, Section 4.6.8-A

IFD1Table

ExifStandard 2.2, Section 4.6.8-B

InteroperabilityIFDTable
MinoltaIFDTable
Nikon2IFDTable
NikonIFDTable
OlympusIFDTable
SigmaIFDTable
SonyIFDTable
TIFFAttributes

Public Instance Methods

find(tagid, table) click to toggle source
# File lib/exifparser/tag.rb, line 2310
def find(tagid, table)
  table[tagid] or ::Exif::Tag::Unknown
end