Simple GTK GUI tool that turns any photo into the SS14 rich text image (text that looks like an image).
- Make screenshot, edit and zoom it to be smaller or equal to the 21x26 pixels.
- Run script.
- Electricity
- gtk4
- stb_image
- Install GTK4
- Copy https://github.com/nothings/stb/blob/master/stb_image.h to the stb_image folder.
gcc $(pkg-config --cflags gtk4) -o main main.c $(pkg-config --libs gtk4) -lm
Sadly, dont know :(