Skip to content

A C++ Program that prints a given image as ascii characters

License

Notifications You must be signed in to change notification settings

kosiken/lion-image-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lion image to ascii

A C++ Program that prints a given image as ascii characters to the console or saves it to a file if the -f option is provided; it has kind of a faulty support for animating gif images and if you can figure it out I'll love your contribution

Example

example

Usage

You must have the Imagemagick program and Magick++ library to compile this program

make

then run

make install && make clean

After compiling just run ->

limgtoasci imagePath 

Options

Option Use
-r --resize resize the image
-s --savefile Save output to file
-a --ascii ascii characters used
-f --filter add a filter (1 to 3)

Tools

ImageMagick®

Author

Kosiken

Todo

  • Fix window size option [ x ]
  • Add option for scale [ x ]
  • Fix issues for gif resize [ x ]

About

A C++ Program that prints a given image as ascii characters

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages