module Exiv2::TagExtractor

Direct including types

Defined in:

exiv2/tags/tag_extraction.cr

Instance Method Summary

Instance Method Detail

def bool_tag(b : LibC::Int) #

[View source]
def float_tag_proc(&) : Float64 | Nil #

[View source]
def fraction(&) : Fraction #

[View source]
def long_tag(name : String) #

[View source]
def string_array_tag_proc(&) : Array(String) #

[View source]
def string_tag(name : String) : String | Nil #

[View source]
def string_tag_proc(&) : String | Nil #

[View source]