Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CduASCII

CduASCII is a program who let you transform .jpeg and .png file into ascii in your terminal.

(Yes the name means "It's ASCII" but in french 🇫🇷)

Example

Original images Render Images

How to use it ?

It's kind of simple you just need to get gcc and run one command (if you didn't already have it)

With Makefile:

You can if you want, create the executable your self. For this you need to execute those commands:

git clone https://github.com/squach90/CduASCII.git
cd CduASCII
make

And run it with:

./cduascii

With ./cduascii (The simplest):

git clone https://github.com/squach90/CduASCII.git
cd CduASCII
./cduascii

And boom you can try this tools with all your images !

Dependencies

  • stb_image – image loader (stb_image.h)
  • file_browser (originally in cpp) – file selection helper (file_browser.c/.h)
  • Standard Cstdio.h, stdlib.h, string.h, stddef.h
  • POSIX / Terminalsys/ioctl.h, unistd.h, dirent.h, termios.h, sys/stat.h, limits.h

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

About

Simple .png to ascii converter write in C

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages