Android-Img2Ascii
Android-Img2Ascii copied to clipboard
Supporting a different (lower) resolution
As the library works now, one pixel of the source image gets converted to one ASCII char in the output image. I personally would need the output resolution to be lower then the input, so a bunch of pixels would get converted into a singe char. The asciimg library has this feature, but it only works on Java SE, not on Android.