class CryMagick::Image::Info
Defined in:
crymagick/image/info.cr
Constant Summary
-
ALL_ATTRS =
["format", "mime_type", "width", "height", "dimensions", "size", "human_size", "colorspace", "mime_type", "exif", "resolution", "signature", "details"] of ::String
-
ASCII_ENCODED_EXIF_KEYS =
["ExifVersion", "FlashPixVersion"] of ::String
-
INT_ATTR =
["width", "height"] of ::String
-
STRING_ATTRS =
["format", "mime_type", "human_size", "colorspace", "signature", "details"] of ::String
Constructors
Instance Method Summary
Constructor Detail
def self.
new(path : String)
#
Instance Method Detail
def
identify(&) : String
#
def
resolution(unit =
"")
#