mogrify v0.7.1 Mogrify.Image
Link to this section Summary
Link to this section Types
Link to this type
animated()
animated()
animated() :: boolean()
animated() :: boolean()
Link to this type
buffer()
buffer()
buffer() :: Collectable.t()
buffer() :: Collectable.t()
Link to this type
dirty()
Link to this type
ext()
ext()
ext() :: binary()
ext() :: binary()
Link to this type
format()
format()
format() :: binary()
format() :: binary()
Link to this type
frame_count()
frame_count()
frame_count() :: integer()
frame_count() :: integer()
Link to this type
height()
height()
height() :: integer()
height() :: integer()
Link to this type
operations()
operations()
operations() :: Keyword.t()
operations() :: Keyword.t()
Link to this type
path()
path()
path() :: binary()
path() :: binary()
Link to this type
t()
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()
}
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()
width() :: integer()
width() :: integer()