Crates.io | uniart |
lib.rs | uniart |
version | 1.0.0 |
source | src |
created_at | 2024-07-12 14:03:12.470135 |
updated_at | 2024-07-12 14:03:12.470135 |
description | A CLI tool to convert images and gifs to terminal characters. |
homepage | |
repository | https://github.com/gre-v-el/uniart |
max_upload_size | |
id | 1300725 |
size | 8,158,748 |
uniart mandelbrot.png
uniart mandelbrot.png -m luminance -tbfq
uniart mandelbrot.png -tbf -m double-pixels
uniart mandelbrot.png -tbf -m braille
Each image is a screenshot of a text terminal.
uniart mandelbrot.gif
uniart mandelbrot.gif -m luminance -tbf
uniart mandelbrot.gif -tbf -m double-pixels
uniart mandelbrot.gif -tbf -m braille
These are real time recordings of the terminal.
luminance
: Uses the luminance of the pixel to determine the character.braille
: Uses braille characters to represent the image.pixels
: Uses one color per character to represent the image.double-pixels
: As above, but uses two pixels per character.edges
: Uses edge detection to make edges of objects more visible.shapes
: Selects characters that have a similar shape to the represented area of the image.