image_blp::types

Module header

Source

Re-exports§

pub use super::locator::MipmapLocator;
pub use super::version::BlpVersion;

Structs§

BlpHeader
UnknownCompression
UnknownContent

Enums§

BlpContentTag
The content field determines how the image data is stored. CONTENT_JPEG uses non-standard JPEG (JFIF) file compression of BGRA colour component values rather than the usual Y′CbCr color component values. CONTENT_DIRECT refers to a variety of storage formats which can be directly read as pixel values.
BlpFlags
Part of header that depends on the version
Compression