Skip to main content

Module image

Module image 

Source
Expand description

Image decoding and encoding (wraps the image crate). Image decoding and encoding utilities, wrapping the image crate with Azul’s FFI-compatible types (RawImage, RawImageFormat).

  • [decode]: Decodes image bytes in any supported format into a [RawImage].
  • [encode]: Encodes a [RawImage] into various output formats (PNG, JPEG, BMP, etc.).

Modules§

decode
encode