Program for converting email addresses to images for the purpose of avoiding automatic email harvesting by spammers.
Similar to sites like this and this but with access to any font on Google Fonts.
```
USAGE:
emailtoimage [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-b, --background-color
ARGS:
Say you want a font which will match the default font and text/background colours used in the footer of a Materialize styled website.
The default font size is 16
, background colour is #ee6e73
, foreground colour is #ffffff
, and font is Roboto.
Using the command:
bash
./email_to_image -b "#ee6e73" -c "#ffffff" -s 16 -f "Roboto" bob@thebuilder.com
will produce an email.png
file containing the required email image.
cd
to the cloned repository and run cargo build --release
email_to_image/target/release/email_to_image