Skip to content

Command line tool utility that allows you to display JPEG image directly into the console.

Notifications You must be signed in to change notification settings

romainflcht/console_img_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console_img_viewer

Command line tool utility that allow you to display JPEG image directly into the console.

Screenshot of the result on a 80x40 JPEG image. Screenshot of the result on a 30x45 JPEG image.
Screenshots of the result.

Build

you can create an executable file using the makefile in the project folder and executing this command:

make

After that, you can run the script by using the command:

./build/main <path_to_your_JPEG_image>

Limitation

Please note that the current version of this program only supports .jpg and .jpeg file formats. Additionally, if the image file is too large, it may not display correctly in the terminal, as it could exceed the available number of rows and columns. At this time, I do not plan to implement improvements for handling other formats or resizing large images. Feel free to implement it yourself! :)

Licence

  • romainflcht

About

Command line tool utility that allows you to display JPEG image directly into the console.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published