fabriceleal / Imagify

Create a bitmap from a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Create a bitmap from a string


Languages

Language:PowerShell 100.0%