module Exiv2::GExiv2Metadata

Included Modules

Direct including types

Defined in:

exiv2/gexiv2_metadata.cr

Instance Method Summary

Instance methods inherited from module Exiv2::TagExtractor

bool_tag(b : LibC::Int) bool_tag, float_tag_proc(&) : Float64 | Nil float_tag_proc, fraction(&) : Fraction fraction, long_tag(name : String) long_tag, string_array_tag_proc(&) : Array(String) string_array_tag_proc, string_tag(name : String) : String | Nil string_tag, string_tag_proc(&) : String | Nil string_tag_proc

Instance Method Detail

def comment : String | Nil #

[View source]
def exif_tag_rational(name : String) : Fraction #

[View source]
def exif_tags #

[View source]
def exposure_time : Fraction #

[View source]
def fnumber #

[View source]
def focal_length #

[View source]
def gps_altitude #

[View source]
def gps_latitude #

[View source]
def gps_longitude #

[View source]
def ipct_tags #

[View source]
def iso_speed : Int32 #

[View source]
def mime_type : String | Nil #

[View source]
def pixel_height : Int32 #

[View source]
def pixel_width : Int32 #

[View source]
def supports_exif : Bool #

[View source]
def supports_iptc : Bool #

[View source]
def supports_xmp : Bool #

[View source]
def tag_description(tag_name : String) : String | Nil #

[View source]