Mogrify.Image (mogrify v0.9.1) View Source

Link to this section Summary

Link to this section Types

Specs

animated() :: boolean()

Specs

buffer() :: Collectable.t()

Specs

dirty() :: %{required(atom()) => any()}

Specs

ext() :: binary()

Specs

format() :: binary()

Specs

frame_count() :: integer()

Specs

height() :: integer()

Specs

operations() :: Keyword.t()

Specs

path() :: binary()

Specs

t() :: %Mogrify.Image{
  animated: animated(),
  buffer: buffer(),
  dirty: dirty(),
  ext: ext(),
  format: format(),
  frame_count: frame_count(),
  height: height(),
  operations: operations(),
  path: path(),
  width: width()
}

Specs

width() :: integer()