[][src]Function blurhash::decode

pub fn decode(blurhash: &str, width: u32, height: u32, punch: f32) -> Vec<u8>

Decodes the given blurhash to an image of the specified size.

The punch parameter can be used to de- or increase the contrast of the resulting image.