Functions§
- image_
to_ ansi - Converts image data (PNG, etc.) to a string of ANSI escape codes that render
the image in the terminal using Unicode half-block characters (
▄/▀) and 24-bit true color sequences. - print_
image - Convenience wrapper: converts and prints the image directly to stdout.