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.
|
wf
98541f2ba1
fix typo
as per the request of @chld i have fixed a typo i will never be touching this program again |
||
|---|---|---|
| .gitignore | init | |
| Makefile | init | |
| README | init | |
| so.c | fix typo | |
| stb_image_write.h | init | |
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