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