💾 Archived View for gmi.noulin.net › markdown › textPixel_README.md captured on 2024-08-25 at 06:56:02.

View Raw

More Information

⬅️ Previous capture (2023-07-10)

-=-=-=-=-=-=-

# Sheepy
This is a sheepy package for [sheepy](https://spartatek.se/r/sheepy/file/README.md.html) and using [libsheepy](https://spartatek.se/r/libsheepy/file/README.md.html)

# textPixel

textPixel displays images in RGB in the terminal with 2 pixel lines per character line using unicode character 0x2584 (half plain rectangle).

textPixel depends on:
- ImageMagick (recent version)
- Terminal supporting RGB colors and unicode

# Usage

Install with spm: `spm -g install textPixel`

Display images:

display image to terminal width:

textPixel pathToImage

display image with 40 pixel/character width

textPixel pathToImage -w 40