/Base64ToAsciiArt

Converts a base64 encoded image into ascii art

Primary LanguageC#

Base64 To ASCII Art

Converts a base64 encoded image to ASCII art

Usage

Input must have 2 arguments:

  1. Base64 Encoded Image
  2. Pixel Resolution (if not sure just use 1)

Example Result

{"result": [
"                                                               `",
"                                                               `",
"                                                               `",
"                                                               `",
"                                                               `",
"                                                               `",
"                                                               `",
"                         .`';:::::;'`.                         `",
"                     ':::::::::::::::::::'                     `",
"                  `:::::::::::::::::::::::::`                  `",
"                `:::::::::::::::::::::::::::::`                `",
"              `:::::::::::::::::::::::::::::::::`              `",
"             `:::::::::::::::::::::::::::::::::::`             `",
"            ':::::::::::::::::::::::::::::::::::::'            `",
"           ':::::::::::::::::::::::::::::::::::::::'           `",
"          ':::::|$%!::::::::::::::::::::::;|$%!:::::'          `",
"        `:::::::;%&&&&$!::::::::::::::;|&&&&$|;:::::::`        `",
"      `:::::::::;!|%%$&&&$!::::::::;|&&&&$%%|;::::::::::`      `",
"    `::::::::::;%&&$$$$$&&%;:::::::!$&$$$$$$&&|:::::::::::`    `",
"  .:::::::::::::::::::::::::;;:::;;:::::::::::::::::::::::::.  `",
" `:::::::::::::::::::::::;%&%%&&&%%&%;:::::::::::::::::::::::` `",
"`::::::::::::::::::::::::|$!::|&|::!$|::::::::::::::::::::::::``",
"':::::::::::::::::::::::!$|:::|&|:::|$!:::::::::::::::::::::::':",
"::::::::::::::::::::::::%$!:::|&|:::!$%::::::::::::::::::::::::;",
"::::::::||:::::::::::::|&|::::|&|::::|&|::::::::::::;||::::::::;",
"::::::::;%&&$%|!!!!!|$&$!:::::|&|:::::!$&$|!!!!!|%$&&%;::::::::;",
"'::::::::::::;!!!!!!;:::::::::|&|:::::::::;!!!!!!;::::::::::::':",
" `::::::::::::::::::::::::::::|&|::::::::::::::::::::::::::::` `",
"  .::::::::::::::::::::::::::|&&&|::::::::::::::::::::::::::.  `",
"      ':::::::::::::::::::;|$$!:|&$|;:::::::::::::::::::'      `",
"             `````````                   `````````             `",
"                                                               `"
]
}