Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 594 Bytes

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)