Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 752 Bytes

File metadata and controls

29 lines (19 loc) · 752 Bytes

desmos-pixel-art

image to 64x64 desmos pixel art
Step 1. Make sure all modules are installed when you run it!
Step 2. Make sure to have a folder with the images you want to use
Step 3. Run process.py
Step 4. Select the folder with images
Step 5. Wait for the "All Done" message
Step 6. Then follow the below steps

What to copy into desmos

w=64

h=64

N=\left[1...,wh\right]

X=\operatorname{mod}\left(N-1,w\right)

Y=\operatorname{floor}\left(\frac{N-1}{w}\right)

\left(X,\ -Y\right)

c= rgb(R,G,B)

Paste in output

hold left click on the colour option of (x,-y) and change to c.

Desmos Demo