View Source Mogrify.Image (mogrify v0.9.3)

Link to this section Summary

Link to this section Types

@type animated() :: boolean()
@type buffer() :: Collectable.t()
@type dirty() :: %{required(atom()) => any()}
@type ext() :: binary()
@type format() :: binary()
@type frame_count() :: integer()
@type height() :: integer()
@type operations() :: Keyword.t()
@type path() :: binary()
@type 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()
}
@type width() :: integer()