RoboHash
Rust implementation of RoboHash by e1ven
Install
Example Implementation
use Error;
use Colour;
use RoboHash;
use Set;
Change Sets Directory
Note the added mut to let mut robo.
let mut robo = new?;
robo.set_location;
Implemented
- Generate base64 robo hash image from any of the provided sets and colours
Todo
- Support backgrounds
- Support for saving images to disk
- Support for returning raw image data
- Support image resizing