mogrify v0.7.0 Mogrify.Image

Link to this section Summary

Link to this section Types

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