Expand description
Convertion utilities to/from DynamicImage
Re-exports§
pub use error::Error;
Modules§
Enums§
- Alpha
Bits - Allowed alpha bits values for Raw1 encoding
- Blp2
Format - BLP2 format compression options.
- BlpOld
Format - Encoding options for BLP0 and BLP1 formats.
- BlpTarget
- A way to specify image_to_blp which BLP type you want to get in a result.
- DxtAlgorithm
- Defines a compression algorithm
- Filter
Type - Available Sampling Filters.
Functions§
- blp_
to_ image - Convert from parsed raw BLP image to useful DynamicImage
- image_
to_ blp - Convert from unpacked pixels into BLP image ready for writing down