Android-Img2Ascii icon indicating copy to clipboard operation
Android-Img2Ascii copied to clipboard

Supporting a different (lower) resolution

Open hoijui opened this issue 6 years ago • 0 comments

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.

hoijui avatar Jun 20 '18 05:06 hoijui