8000 GitHub - luhuadong/gsnap: gsnap is a tool which can capture screen (screenshot) base on framebuffer.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luhuadong/gsnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <jpeg|png file> <framebuffer dev>

Example:

gsnap test.png /dev/fb0

About

gsnap is a tool which can capture screen (screenshot) base on framebuffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0