[][src]Function blurhash::encode

pub fn encode(
    components_x: u32,
    components_y: u32,
    width: u32,
    height: u32,
    rgb: &[u8]
) -> String

Calculates the blurhash for an image using the given x and y component counts.