You are browsing as a guest. Sign up (or log in) to start making projects!

jassi_dev

@jassi_dev

Joined August 1st, 2026

  • 6Devlogs
  • 1Projects
  • 2Ships
  • 30Votes
just a dude
Ship

hi!!! it seems you are going to rate my project so please do, anyways this is J.A.S.C.I.I an image A.S.C.I.I program which does not send your images to some random data center!!!

its a project written mostly by yours truly with some llm code and contributions from other people, i say the more forks the better!

anyways so this time i have fixed all the issues which reported to me which were the following:

make size customisable
make it visible where to reset
add copy button (for coloured mode too)
better dev logs (yea sorri lol 😭)
add download button

anyways they have been added to J.A.S.C.I.I and heres the programming process i went through making this project!

  1. first of all making ascii images in the first place, ofc i am not that smart to know the theory of making ascii images because how can a person convert an image into ascii???? but then i watched “Coding Challenge 166: ASCII Text Images” by The Coding Train which made it click! that video did program in js so i could not just steal the code (my program (the ascii part) is written in C but yea.

  2. after a while of tinkering a finished a base version of jascii which was hardcoded and cli only but it did have some issues because of no saturation (the images would have tons of artifacts)

  3. after taking help on discord and other places (thanks sophie) i finally compiled my program to web assembly and jascii.jassi.dev was born

  4. i started adding more stuff like saturation and colors to the website and finally shipped

  5. after getting everyones feed back the current website was done!!

i really love this project so please check out it’s github and source code too, i put my heart and soul into it 🥹

(sorri for yapping too much)

  • 4 devlogs
  • 11h
  • 9.56x multiplier
  • 102 Stardust
Try project → See source code →
Open comments for this post

2h 43m 50s logged

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

0
0
10
Open comments for this post

1h 47m 19s logged

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!

0
0
20
Open comments for this post

41m 1s logged

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 :)

0
0
20

Followers

Loading…