jp2a ripoff
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..93b6601 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# pascii + +is a ripoff of jp2a that does two things: + +- is very fast: 2ms for 32x32 images with full color (enable rayon feature for images > 4000px) +- doesnt repeat ansi escape sequences (no `\e[34;5mc\e[34;5md\e[34;5me`, just `\e[34;5mcde`) + +see [output.ansi](https://github.com/bend-n/pascii/blob/master/output.ansi) for a example.
\ No newline at end of file |