Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```