Skip to content

joelakuhn/imgcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgcat

imgcat is a simple utility that prints images to the terminal using lower half block characters.

Usage

Usage:
  imgcat [OPTIONS] [FILES ...]

Positional arguments:
  files                 Image files to process

Optional arguments:
  -h,--help             Show this help message and exit
  -w,--width WIDTH      Specify width
  -h,--height HEIGHT    Specify height
  -t,--triangle         Use triangle algorithm (default)
  -n,--nearest          Use nearest neighbor algorithm (faster, low quality)
  -l,--lanczos          Use lanczos3 algorithm (slower, high quality)

About

A simple terminal image viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages