Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Image Printer

  • Can print any image to the console
  • Uses stb_image for image handling
  • Supports many formats

Compilation

-g++ main.cpp -Iinclude -o termimg.exe

Usage

  • termimg.exe <image_path> <downscaling value> [-streched] [-color <color_name>]
  • downscaling value > 1 -> smaller image
  • downscaling value 1 -> 1:1 image printing
  • stretched -> image becomes twice as wide (optional)
  • color -> choose print color (optional)

About

Console image printer

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages