Skip to content
/ gsnap Public
forked from luhuadong/gsnap

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

Notifications You must be signed in to change notification settings

vjangel/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

Languages

  • C 94.1%
  • Makefile 4.6%
  • Shell 1.3%