Added instructions to generate ASCII text and image

This commit is contained in:
Prabuddha Hans 2024-05-04 16:17:45 +01:00
parent 116a28531c
commit 8957a8f000
2 changed files with 90 additions and 30 deletions

View file

@ -0,0 +1,24 @@
# Text to Image
These instructions are for generating an image out of ASCII text to use.
It works really well for retro events or anything that uses the terminal.
## Instructions
### Generate ASCII
* Go to https://patorjk.com/software/taag/
* Select the font
* ``Big Money-ne`` is one of the better ones
* Type or paste in your text
## Instructions
### ASCII to .png
* Go to https://onlinetools.com/ascii/convert-ascii-to-image
* Paste in ASCII text
* Set background to ``rgba(255, 255, 255, 0)``
* This makes the background transparent
* Set text colour to ``white``
* This makes it visible on a black background
* Set to ``black`` to make it visible on a white background
* Set ASCII font to ``Monospace``
* Keeps all the characters in the ASCII text equally spaced.