An Image To ASCII Art Converter
- 6 Devlogs
- 18 Total hours
It Is An Image To ASCII Converter Made By Yours Truly, The Actual Converter Was Made In C From Scratch And The Front End Is Made From Web Technology
It Is An Image To ASCII Converter Made By Yours Truly, The Actual Converter Was Made In C From Scratch And The Front End Is Made From Web Technology
HUGE UPDATE!
ok ok tons of stuff added first of all test.sh was deleted since useless but heres the changes:
made size customisable from the website
made it visible what is clickable and what is not
added copy and download button (which were done with the help of an llm)
PLEASE go check it out this update took alot of time,
here some kewl images made with it
jassi here,
I checked all of your ratings on my ship and I am happy that people liked my project alot but like all things it was not perfect BUT it helped me find out the issues and which i have to fix which were the following:
make size customisable
make it visible where to reset
add copy button (for coloured mode too)
better dev logs
add download button
add option to change terminal color and text colour
now i will add these features but for now this is the features i added:
now you can change size, enable or disable colour and add file location using an argument which has the following format:
./ascii <color (1 for yes, 0 for no)> size
such as:
./ascii img/img.png 1 150
i hope you all can keep checking up on the project!
i added colours and high resolution mode! yes it is very cool go check it out!
build.sh and almost the entire project is perfect now!
A reintroduction to jascii:
This is a program which takes in image input (specifically png, jpeg and jpg)
and converts it into ascii art which can be copied to anywhere you want!
Your image gets converted in your browser only and does NOT go to any data center! The Image To ASCII art converter was written in C but compiled to WASM so that it can be used in a website! for running this program locally all you need to the is run the build.sh file in a system which has bash installed (linux & macOS have it and windows can use git-bash) Anyways heres my readme and some examples!
The Code Also Has Tons Of Comments So That Anyone Can Use/Understand It!
Its Meant To Have A Simplistic Bloat Free And Ad Free Layout. Please Contact Me If Any Questions :)
Saturation makes so much difference
The ASCII Converter Works Now!!!!