pascii

Crates.iopascii
lib.rspascii
version0.1.0
sourcesrc
created_at2024-02-06 09:16:43.529431
updated_at2024-02-06 09:16:43.529431
descriptionimage => text
homepage
repositoryhttps://github.com/bend-n/pascii
max_upload_size
id1128591
size544,420
bendn (bend-n)

documentation

README

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)

pascii takes 91623 characters(measured with wc -c) and 5ms to draw this 250x166 image,
wheras jp2a takes 115905 characters and 14ms, a whopping 24282 characters more.

image

Commit count: 0

cargo fmt