class

CryMagick::Image::Info

Inherits Reference / Object

Constants

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

new(path : String)
Source

Instance methods

[](value, *args)
Source
cheap_info(value)
Source
clear
Source
colorspace
Source
data
Source
details
Source
dimensions
Source
exif
Source
format
Source
height
Source
human_size
Source
identify
Source
mime_type
Source
raw(value)
Source
raw_exif(value)
Source
resolution(unit = "")
Source
signature
Source
size
Source
width
Source