image_blp

Module convert

Source
Expand description

Convertion utilities to/from DynamicImage

Re-exports§

pub use error::Error;

Modules§

error

Enums§

AlphaBits
Allowed alpha bits values for Raw1 encoding
Blp2Format
BLP2 format compression options.
BlpOldFormat
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
FilterType
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