jp2a ripoff
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 93b6601..78b8865 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
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)
+- 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
+pascii takes `91623` characters(measured with `wc -c`) and 5ms to draw this `250x166` image,<br>
+wheras jp2a takes `115905` characters and 14ms, a whopping `24282` characters more.
+
+[![image](https://raw.githubusercontent.com/bend-n/pascii/master/.github/output.png)](https://github.com/bend-n/pascii/blob/master/.github/output.ansi "ansi")