Skip to content
forked from stolk/imcat

Show any image in a terminal window.

Notifications You must be signed in to change notification settings

AAfetisov/rangercat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rangercat

Modified imcat a 24bit ansi image-to-text viewer for terminal

Usage

$ rangercat image_file [Width Height]

Width and Heigiht are the number of characters you want to fit your image in.

Examples:

$ rangercat samples/1.png 60 100

This will take up the whole console window

$ rangercat samples/1.png

Building

On Linux, just use 'make' to build the imcat binary.

License

Authors of imcat

Bram Stolk.

stb_image.h is by Sean Barrett et al.

About

Show any image in a terminal window.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • Other 0.6%