Melib v0.1.12 Melib.Image View Source
Link to this section Summary
Link to this section Types
Link to this type
animated()
View Source
animated()
View Source
animated() :: boolean()
animated() :: boolean()
Link to this type
dirty() View Source
Link to this type
exif() View Source
Link to this type
ext()
View Source
ext()
View Source
ext() :: binary()
ext() :: binary()
Link to this type
file()
View Source
file()
View Source
file() :: binary()
file() :: binary()
Link to this type
filename()
View Source
filename()
View Source
filename() :: binary()
filename() :: binary()
Link to this type
format()
View Source
format()
View Source
format() :: binary()
format() :: binary()
Link to this type
frame_count()
View Source
frame_count()
View Source
frame_count() :: integer()
frame_count() :: integer()
Link to this type
height()
View Source
height()
View Source
height() :: integer()
height() :: integer()
Link to this type
md5()
View Source
md5()
View Source
md5() :: binary()
md5() :: binary()
Link to this type
md5_hash()
View Source
md5_hash()
View Source
md5_hash() :: binary()
md5_hash() :: binary()
Link to this type
mime_type()
View Source
mime_type()
View Source
mime_type() :: mime_type()
mime_type() :: mime_type()
Link to this type
operations()
View Source
operations()
View Source
operations() :: Keyword.t()
operations() :: Keyword.t()
Link to this type
path()
View Source
path()
View Source
path() :: binary()
path() :: binary()
Link to this type
postfix()
View Source
postfix()
View Source
postfix() :: binary()
postfix() :: binary()
Link to this type
sha256()
View Source
sha256()
View Source
sha256() :: binary()
sha256() :: binary()
Link to this type
sha256_hash()
View Source
sha256_hash()
View Source
sha256_hash() :: binary()
sha256_hash() :: binary()
Link to this type
sha512()
View Source
sha512()
View Source
sha512() :: binary()
sha512() :: binary()
Link to this type
sha512_hash()
View Source
sha512_hash()
View Source
sha512_hash() :: binary()
sha512_hash() :: binary()
Link to this type
size()
View Source
size()
View Source
size() :: integer()
size() :: integer()
Link to this type
t()
View Source
t()
View Source
t() :: %Melib.Image{
animated: animated(),
dirty: dirty(),
exif: exif(),
ext: ext(),
file: file(),
filename: filename(),
format: format(),
frame_count: frame_count(),
height: height(),
md5: md5(),
md5_hash: md5_hash(),
mime_type: mime_type(),
operations: operations(),
path: path(),
postfix: postfix(),
sha256: sha256(),
sha256_hash: sha256_hash(),
sha512: sha512(),
sha512_hash: sha512_hash(),
size: size(),
verbosed: verbosed(),
width: width()
}
t() :: %Melib.Image{ animated: animated(), dirty: dirty(), exif: exif(), ext: ext(), file: file(), filename: filename(), format: format(), frame_count: frame_count(), height: height(), md5: md5(), md5_hash: md5_hash(), mime_type: mime_type(), operations: operations(), path: path(), postfix: postfix(), sha256: sha256(), sha256_hash: sha256_hash(), sha512: sha512(), sha512_hash: sha512_hash(), size: size(), verbosed: verbosed(), width: width() }
Link to this type
verbosed()
View Source
verbosed()
View Source
verbosed() :: boolean()
verbosed() :: boolean()
Link to this type
width()
View Source
width()
View Source
width() :: integer()
width() :: integer()