Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fabriceleal/Imagify

Create a bitmap from a string
https://github.com/fabriceleal/Imagify

Last synced: 15 days ago
JSON representation

Create a bitmap from a string

Lists

README

        

# Imagify

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

## Usage

```shell
imagify.ps1
```

Example:
```shell
imagify.ps1 "This is your text" "Arial" "10" ".\test.png"
```