Expand description
Creates a png image from text. Useful to protect sensitive information from bots and scrapers, such as email addresses and telephone numbers in web pages, and even passwords sent via email
- Png Support 8 bit rgba
- Font Weight implemented as Random pixels
- Png Support 1 bit monochrome - to reduce image size
- Poisson Disk rendering
Functionsยง
- rgb_
to_ u32 - Converts a rgba u8 to a u32
- text2img_
internal Deprecated - Converts a text string into an image