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: 7 days ago
JSON representation
Create a bitmap from a string
- Host: GitHub
- URL: https://github.com/fabriceleal/Imagify
- Owner: fabriceleal
- Created: 2012-11-29T20:52:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-31T20:39:26.000Z (almost 12 years ago)
- Last Synced: 2024-08-02T16:51:52.307Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 105 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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"
```