wf/so
Archived
1
1
Fork
You've already forked so
0
screenshot utility
This repository has been archived on 2026年06月01日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 99.4%
  • Makefile 0.6%
wf 98541f2ba1 fix typo
as per the request of @chld i have fixed a typo i will never be touching this program again
2026年06月01日 19:46:40 +02:00
.gitignore init 2026年03月01日 19:52:21 +02:00
Makefile init 2026年03月01日 19:52:21 +02:00
README init 2026年03月01日 19:52:21 +02:00
so.c fix typo 2026年06月01日 19:46:40 +02:00
stb_image_write.h init 2026年03月01日 19:52:21 +02:00

so
==
so takes a [s]creensh[o]t of a window. it has a few command line options:
 - `-f format`: format to export screenshot in (default: jpg)
 - `-q [0-100]`: the exported image quality (default: 80%)
 - `-w window`: the window to screenshot (default: root)
currently so only supports the jpg and png formats, which is probably enough.
dependencies
------------
 - libX11 (and friends)
 - stb_write_image.h, included in repo