animated() :: boolean
dirty() :: %{optional(atom) => any}
ext() :: binary
format() :: binary
frame_count() :: integer
height() :: integer
mime_type() :: mime_type
operations() :: Keyword.t
path() :: binary
size() :: integer
t() :: %ImageLib.Magick.Image{animated: animated, dirty: dirty, ext: ext, format: format, frame_count: frame_count, height: height, mime_type: mime_type, operations: operations, path: path, size: size, width: width}
width() :: integer