pub fn decode(
blurhash: &str,
width: u32,
height: u32,
punch: f32,
) -> Result<Vec<u8>, Error>Expand description
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.