grom/image

Types

pub type ContentType {
  Jpeg
  Png
  Gif
}

Constructors

  • Jpeg
  • Png
  • Gif
pub opaque type Data

Values

pub fn from_bit_array(
  image data: BitArray,
  file_type content_type: ContentType,
) -> Data
Search Document