
jp2a
List of commands for jp2a:
-
jp2a:ai:6f5ab Converts JPEG images to ASCII art in the terminal$ jp2a ${options} ${input_file}try on your machineexplain this command
-
jp2a:tldr:0ff66 jp2a: Specify characters to be used for the ASCII output.$ jp2a --chars='${---ooxx@@}' ${path-to-image-jpeg}try on your machineexplain this command
-
jp2a:tldr:b7644 jp2a: Write the ASCII output in HTML file format, suitable for viewing in web browsers.$ jp2a --html --output=${path-to-output_file-html} ${path-to-image-jpeg}try on your machineexplain this command
-
jp2a:tldr:ba26e jp2a: Write the ASCII output into a file.$ jp2a --output=${path-to-output_file-txt} ${path-to-image-jpeg}try on your machineexplain this command
-
jp2a:tldr:d4c16 jp2a: Colorize the ASCII output.$ jp2a --colors ${path-to-image-jpeg}try on your machineexplain this command
-
jp2a:tldr:da945 jp2a: Read JPEG image from a file and print in ASCII.$ jp2a ${path-to-image-jpeg}try on your machineexplain this command