Function image::codecs::dxt::encode_dxt3_row
source ยท fn encode_dxt3_row(source: &[u8]) -> Vec<u8>
๐Deprecated: DXT support will be removed or reworked in a future version. Prefer the
squish
crate instead. See https://github.com/image-rs/image/issues/1623Expand description
Decode a row of DXT3 data to four rows of RGBA data. source.len() should be a multiple of 16, otherwise this panics.