Skip to content

Releases: smasherprog/screen_capture_lite

First Official Release

16 Jan 20:16
Compare
Choose a tag to compare

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

15 Jan 20:20
Compare
Choose a tag to compare
Cmake Update Pre-release
Pre-release
v.91

Updated CMAKE

Implementations complete

13 Jan 04:58
Compare
Choose a tag to compare
Pre-release

Screen and Mouse capture working for Windows, Linux and Mac.

Partial Apple Mouse Capture Implementation

10 Jan 05:53
Compare
Choose a tag to compare

A few bug fixes to the code base plus partial implementation of the ios mouse image capture.

Windows and Linux Mouse Capture Implementation

09 Jan 05:36
Compare
Choose a tag to compare

For windows and Linux Mouse capturing works

ToDo: mac

Linux Support Implemented

09 Jan 01:43
Compare
Choose a tag to compare
Pre-release

Linux Support added

Windows XP support added

08 Jan 20:16
Compare
Choose a tag to compare
Pre-release

Windows XP now supported

Interface Update

08 Jan 19:59
Compare
Choose a tag to compare
Interface Update Pre-release
Pre-release

Cleaned up the interface and added helper functions for copying the image data

Apple and Windows complete

07 Jan 22:46
Compare
Choose a tag to compare
Pre-release

Apple and Windows Implementations complete

Todo Linux and Implement Mouse Capturing for all platforms

Apple Implementation

06 Jan 05:48
Compare
Choose a tag to compare
Apple Implementation Pre-release
Pre-release

Apple Implementation working for whole screen grabs

ToDo: Implement the Difs for the GDIFrameProcessor and the CGFrameProcessor