Skip to content

anna-dolbina/project-teamdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library libshot.so

Stories in Ready

libshot.so is a C library for doing screenshots in Linux. It has functions for capturing:

  • full screen;
  • rectangular part of the screen;
  • particular windows (even if they are overlapped by other windows) and active window. Also these screenshots can be resized and stored as uncompressed BMP files. Library uses Xlib functions, so check if you have X11 library on your computer. C Math library is also necessary.

src: contains source files for library and a makefile for creating a dynamic-link library "libshot.so"

example: contains a ready-to-use library "libshot.so", an example of main with usage of functions from this library, necessary headers and a corresponding makefile for creating a binary.

Read help.txt to learn how to use functions from libshot.so

Throughput Graph

About

taking screenshots using xlib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published