Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 298 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 298 Bytes

Imagify

Powershell script that converts a string as an image. Useful for hiding email addresses from bots.

Usage

imagify.ps1 <string to encode> <name of the font> <size of the font> <output file>

Example:

imagify.ps1 "This is your text" "Arial" "10" ".\test.png"