💾 Archived View for gmi.noulin.net › gitRepositories › textPixel › file › README.md.gmi captured on 2023-01-29 at 11:22:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

textPixel

Log

Files

Refs

README

README.md (640B)

     1 # Sheepy
     2 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)
     3 
     4 # textPixel
     5 
     6 textPixel displays images in RGB in the terminal with 2 pixel lines per character line using unicode character 0x2584 (half plain rectangle).
     7 
     8 textPixel depends on:
     9 - ImageMagick (recent version)
    10 - Terminal supporting RGB colors and unicode
    11 
    12 # Usage
    13 
    14 Install with spm: `spm -g install textPixel`
    15 
    16 Display images:
    17 ```
    18 # display image to terminal width:
    19 textPixel pathToImage
    20 # display image with 40 pixel/character width
    21 textPixel pathToImage -w 40
    22 ```