image_blp::types

Module image

Source

Re-exports§

pub use super::version::BlpVersion;

Structs§

BlpImage
Parsed information from BLP file. The structure of the type strictly follows how the file is stored on the disk for easy encoding/decoding and further transformations.

Enums§

BlpContent
Collects all possible content types with actual data

Constants§

BLP_MAX_HEIGHT
Maximum height that BLP image can have due limitation of mipmaping storage.
BLP_MAX_WIDTH
Maximum width that BLP image can have due limitation of mipmaping storage.