Releases: smasherprog/screen_capture_lite
Updated API
The API has been cleaned up significantly.
Removed many internal allocations to improve performance.
First Official Release
The library supports all three platforms: Linux, Mac, and Windows (XP and up)
The library will monitor the displays and mouse for changes. When a change is detected, the library will invoke the callback passed to it. If the user did not specify a callback, the library will not watch for those changes.
Please see the example on how to capture these changes.
Cmake Update
v.91 Updated CMAKE
Implementations complete
Screen and Mouse capture working for Windows, Linux and Mac.
Partial Apple Mouse Capture Implementation
A few bug fixes to the code base plus partial implementation of the ios mouse image capture.
Windows and Linux Mouse Capture Implementation
For windows and Linux Mouse capturing works
ToDo: mac
Linux Support Implemented
Linux Support added
Windows XP support added
Windows XP now supported
Interface Update
Cleaned up the interface and added helper functions for copying the image data
Apple and Windows complete
Apple and Windows Implementations complete
Todo Linux and Implement Mouse Capturing for all platforms