Skip to content

Turns images into rich text readable by Space Station 14

License

Notifications You must be signed in to change notification settings

Tunguso4ka/SSfyImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSfy Image

CLI Readme

Simple GTK GUI tool that turns any photo into the SS14 rich text image (text that looks like an image).

! Might not work on windows !

How to use?

  1. Make screenshot, edit and zoom it to be smaller or equal to the 21x26 pixels.
  2. Run script.

Dependencies

  • Electricity
  • gtk4
  • stb_image

How to compile?

GCC

gcc $(pkg-config --cflags gtk4) -o main main.c $(pkg-config --libs gtk4) -lm

Other

Sadly, dont know :(