ignabelitzky / ppm-image-to-ascii

PPM image to ASCII characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PPM Image to ASCII

Simple program that translate a PPM image (max 200x200 pixels) into ASCII characters.

To compile

Just use the Makefile

make run

To execute the program

bin/ppm-to-ascii.out resources/horse_200x200.ppm

Redirecting the output to a file

In Linux you can redirect the output to a file like this

bin/ppm-to-ascii.out resources/horse_200x200.ppm > output.txt

License

GNU General Public License v3.0

About

PPM image to ASCII characters

License:GNU General Public License v3.0


Languages

Language:C++ 94.8%Language:Makefile 5.2%