Expand description
A safe, no_std, pure Rust port of bcdec.
Functionsยง
- Decode 8 bytes from
compressed_block
to RGBA8 withdestination_pitch
many bytes per output row. - Decode 16 bytes from
compressed_block
to RGBA8 withdestination_pitch
many bytes per output row. - Decode 16 bytes from
compressed_block
to RGBA8 withdestination_pitch
many bytes per output row. - Decode 8 bytes from
compressed_block
to R8 withdestination_pitch
many bytes per output row. - Decode 16 bytes from
compressed_block
to RG8 withdestination_pitch
many bytes per output row. - Decode 16 bytes from
compressed_block
to RGBA8 withdestination_pitch
many bytes per output row. - Decode 8 bytes from
compressed_block
to R Float32 withdestination_pitch
many floats per output row. - Decode 16 bytes from
compressed_block
to RG Float32 withdestination_pitch
many floats per output row. - Decode 16 bytes from
compressed_block
to RGB Float32 withdestination_pitch
many floats per output row. - Decode 16 bytes from
compressed_block
to RGBFloat16 withdestination_pitch
many half floats per output row.