Forrest logo
back to context overview

asciiart

List of commands for asciiart:

  • asciiart:tldr:0de4a asciiart: Colorize the ASCII output.
    $ asciiart --color ${path-to-image-jpg}
    try on your machine
    explain this command
  • asciiart:tldr:28bf8 asciiart: Choose the output width (default is 100).
    $ asciiart --width ${50} ${path-to-image-jpg}
    try on your machine
    explain this command
  • asciiart:tldr:9f570 asciiart: Choose the output format (default format is text).
    $ asciiart --format ${select} ${path-to-image-jpg}
    try on your machine
    explain this command
  • asciiart:tldr:c5a3c asciiart: Read an image from a file and print in ASCII.
    $ asciiart ${path-to-image-jpg}
    try on your machine
    explain this command
  • asciiart:tldr:d1a1e asciiart: Invert the character map.
    $ asciiart --invert-chars ${path-to-image-jpg}
    try on your machine
    explain this command
back to context overview