w4ngzhen / cross_platform_screenshot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CROSS PLATFORM SCREENSHOT

It's not an executable screenshot app!

It's just a lightweight lib that can take screenshot image bitmap data on Windows, macOS, and Linux.

Platform Status Tested
Windows todo NO
macOS done NO
Linux todo NO

Usage

compile and link

You can clone this repo and compile the cross_platform_screenshot on the specified OS platform.

After that you can copy the lib(.a or .lib) and the .h file to your own project.

About

License:MIT License


Languages

Language:C++ 68.6%Language:Objective-C++ 17.7%Language:CMake 13.6%