grom/image
Types
pub type ContentType {
Jpeg
Png
Gif
}
Constructors
-
Jpeg -
Png -
Gif
Values
pub fn from_bit_array(
image data: BitArray,
file_type content_type: ContentType,
) -> Data
pub type ContentType {
Jpeg
Png
Gif
}
Jpeg
Png
Gif
pub fn from_bit_array(
image data: BitArray,
file_type content_type: ContentType,
) -> Data