# gsnap **Repository Path**: chise0519/gsnap ## Basic Information - **Project Name**: gsnap - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-27 - **Last Updated**: 2026-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```