class Exif::Entry

Defined in:

exif/entry.cr

Instance Method Summary

Instance Method Detail

def components : LibC::ULong #

[View source]
def display_value : String #

[View source]
def format : LibExif::ExifFormat #

[View source]
def ifd : LibExif::ExifIfd #

[View source]
def long(index = 0) : UInt32 #

[View source]
def rational(index = 0) : LibExif::ExifRational #

[View source]
def raw_bytes : Bytes #

[View source]
def short(index = 0) : UInt16 #

[View source]
def size : LibC::UInt #

[View source]
def slong(index = 0) : Int32 #

[View source]
def srational(index = 0) : LibExif::ExifSRational #

[View source]
def sshort(index = 0) : Int16 #

[View source]
def tag : LibExif::ExifTag #

[View source]