Converts a base64 encoded image to ASCII art
Input must have 2 arguments:
- Base64 Encoded Image
- Pixel Resolution (if not sure just use
1
)
{"result": [
" `",
" `",
" `",
" `",
" `",
" `",
" `",
" .`';:::::;'`. `",
" ':::::::::::::::::::' `",
" `:::::::::::::::::::::::::` `",
" `:::::::::::::::::::::::::::::` `",
" `:::::::::::::::::::::::::::::::::` `",
" `:::::::::::::::::::::::::::::::::::` `",
" ':::::::::::::::::::::::::::::::::::::' `",
" ':::::::::::::::::::::::::::::::::::::::' `",
" ':::::|$%!::::::::::::::::::::::;|$%!:::::' `",
" `:::::::;%&&&&$!::::::::::::::;|&&&&$|;:::::::` `",
" `:::::::::;!|%%$&&&$!::::::::;|&&&&$%%|;::::::::::` `",
" `::::::::::;%&&$$$$$&&%;:::::::!$&$$$$$$&&|:::::::::::` `",
" .:::::::::::::::::::::::::;;:::;;:::::::::::::::::::::::::. `",
" `:::::::::::::::::::::::;%&%%&&&%%&%;:::::::::::::::::::::::` `",
"`::::::::::::::::::::::::|$!::|&|::!$|::::::::::::::::::::::::``",
"':::::::::::::::::::::::!$|:::|&|:::|$!:::::::::::::::::::::::':",
"::::::::::::::::::::::::%$!:::|&|:::!$%::::::::::::::::::::::::;",
"::::::::||:::::::::::::|&|::::|&|::::|&|::::::::::::;||::::::::;",
"::::::::;%&&$%|!!!!!|$&$!:::::|&|:::::!$&$|!!!!!|%$&&%;::::::::;",
"'::::::::::::;!!!!!!;:::::::::|&|:::::::::;!!!!!!;::::::::::::':",
" `::::::::::::::::::::::::::::|&|::::::::::::::::::::::::::::` `",
" .::::::::::::::::::::::::::|&&&|::::::::::::::::::::::::::. `",
" ':::::::::::::::::::;|$$!:|&$|;:::::::::::::::::::' `",
" ````````` ````````` `",
" `"
]
}