smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
619 stars 156 forks source link

Add faster callback functions #17

Closed smasherprog closed 7 years ago

smasherprog commented 7 years ago

There are cases where serious performance improvements can be gained in certain situations. If the user is only interested in capturing the entire screen and the screen does not have pixel padding in the native image, then the native, raw image can be passed directly back to the user. This will avoid memory allocations, and skip a copy of the image.

smasherprog commented 7 years ago

This is done in the last release of 5.0.0