Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luhuadong/gsnap
gsnap is a tool which can capture screen (screenshot) base on framebuffer.
https://github.com/luhuadong/gsnap
Last synced: 15 days ago
JSON representation
gsnap is a tool which can capture screen (screenshot) base on framebuffer.
- Host: GitHub
- URL: https://github.com/luhuadong/gsnap
- Owner: luhuadong
- Created: 2017-05-26T02:00:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T02:03:22.000Z (over 7 years ago)
- Last Synced: 2023-10-20T21:20:29.960Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gsnap is a tool which can capture screen (screenshot) base on framebuffer.
Compile for Linux:
```
$(CC) gsnap.c -ljpeg -lpng -o gsnap
```
So, you should install libjpeg.so and libpng.so firstly.Usage:
```
gsnap
```Example:
```
gsnap test.png /dev/fb0
```