Melib v0.1.2 Melib.Image View Source

Link to this section Summary

Link to this section Types

Link to this type animated() View Source
animated() :: boolean()
Link to this type dirty() View Source
dirty() :: %{optional(atom()) => any()}
Link to this type exif() View Source
exif() :: %{optional(atom()) => any()}
Link to this type filename() View Source
filename() :: binary()
Link to this type frame_count() View Source
frame_count() :: integer()
Link to this type md5_hash() View Source
md5_hash() :: binary()
Link to this type mime_type() View Source
mime_type() :: mime_type()
Link to this type operations() View Source
operations() :: Keyword.t()
Link to this type sha256_hash() View Source
sha256_hash() :: binary()
Link to this type sha512_hash() View Source
sha512_hash() :: binary()
Link to this type 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(),
  width: width()
}