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.