Free image to ASCII text converter software. What is the free software?
PixCii X.X.X
Simple "open-source" image to ASCII text converter.
Usage: ./pixcii <*input_file_path> <arguments>
Or you can simply drag and drop the files you want to cut into executable file.
Arguments:
--help or -h: show undetailed help menu.
--deatiledhelp or -dh: show this menu.
--out or -o: set output file path.
Usage: --out <output_file_path>
--size or -s: resize image to specified width and height.
Usage: --size <width (pixels)> <height (pixels)>
--reverse or -r: reverse the ascii characters.
--log or -l: print the ascii text to the console.
--noinfo or -i: disable write info to console.
--savesize or -ss: disable the resizing performed to maintain the aspect ratio..
+<JIMP_Function>: run specified JIMP function before converting to ascii.
Example: +resize(90,24)
--exec or -e: execute the specified javascript code.
Usage: --exec "<javascript code>"
--onconverted or -onconed: execute the specified javascript code on converted.
Example: --onconed "<javascript code>"
--onsaved or -onsvd: execute the specified javascript code on saved.
Example: --onsvd "<javascript code>"
--onstart or -onst: execute the specified javascript code on start.
Example: --onst "<javascript code>"
--beforeconverting or -befcon: execute the specified javascript code before converting.
Example: --befcon "<javascript code>"
Download PixCii latest relase from here.
pixcii <input_file_path> <arguments>
Tip
Or you can simply drag and drop the files you want to cut into executable file
pixcii image.png
pixcii image.png --size 100 50 --reverse --out output.txt
pixcii image.png --size 100 50 --reverse --log