Added instructions to generate ASCII text and image
This commit is contained in:
parent
116a28531c
commit
8957a8f000
2 changed files with 90 additions and 30 deletions
24
Committee/PRO/ASCII_to_Image.md
Normal file
24
Committee/PRO/ASCII_to_Image.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue