[][src]Function visualhash::visualize

pub fn visualize(key: &[u8]) -> Result<RgbImage, Error>

Convert some bytes into a (hopefully) unique looking image. The returned image can easily be saved to a file with .save("filename.format").