Skip to content

parzival-space/ImagePrinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImagePrinter

Print images in your terminal.

How to use?

The basic synthax is:

ImagePrinter.exe [--resize=WIDTHxHEIGHT] <image>

Examples

If you want to print an image with its actual resolution you have to type something like this:

ImagePrinter.exe C:\CoolImage.png

If you want to print the image with a custom size you have to use the resize flag:

ImagePrinter.exe --resize=64x64 C:\CoolImage.png

Demos


Releases

No releases published

Packages

No packages published

Languages