Crate wow_alchemy_blp

Crate wow_alchemy_blp 

Source
Expand description

§wow-alchemy-blp

Parser and encoder for Blizzard BLP texture files used in Warcraft III and World of Warcraft.

§License

This project is licensed under the Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)

§Credits

Based on the image-blp crate by zloy_tulen.

Re-exports§

pub use types::*;

Modules§

convert
Conversion utilities to/from DynamicImage
encode
Encoding BLP format into stream of bytes
parser
Decoding BLP format from raw bytes
path
Utilities for mipmaps filename generation
types
Defines structure of parsed BLP file