guettafa / Image-to-ASCII

A image-to-ascii program made with the C programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image to ASCII

a simple program made with the C programming language to transform an image to ASCII art.

example

Why

This program was mainly built to practice myself with the C programming language and understand how image are interpreted.

Library I used for this project

stb_image.h

WAIT

I am unable to guarantee that it is functional on either Windows or macOS. Regardless, I am confident that it works on Arch and Debian based distros.

Requirements

  • Make
# Debian
sudo apt install make

# Arch
sudo pacman -S make

Usage

# To create a executable
make -B build

# You can execute the program located in the ./build/ directory like that 
./image2ascii -f theImagePath

TODO

  • Add colors
  • Add size options

About

A image-to-ascii program made with the C programming language


Languages

Language:C 99.9%Language:Makefile 0.1%