Linux screen capture

I need to port the screen capture utility to Linux.

I am not familiar with Linux. On Windows, you can get a handle to a specific window or desktop and use BitBlt in the Win32 API, you can copy the image and save it to a BMP file, or even convert it to Jpeg format.

On Linux, as far as I know, there are different desktop environments such as KDE. Why should I focus on development? Or what distribution? Also, what development environment do you offer? I am programming in C / C ++.

+3
source share
1 answer

Xlib X . , , , , , XGetImage, .

IDE - ; .

+3

Source: https://habr.com/ru/post/1720867/


All Articles