smasherprog / screen_capture_lite

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

Always capturing from 0,0 position #92

Closed sarbjit-singh closed 3 years ago

sarbjit-singh commented 4 years ago

I am on following configuration:

OS: OSX

I am using the modified sample code to capture from offsetX > 0 and offsetY > 0 but it always is capturing from 0,0. It does respect the width and height though.

Am I doing anything wrong or is that a bug.

smasherprog commented 4 years ago

Im not sure, the code is pretty simple though to debug though. Let me know what you find. Pull Requests are always welcome!

smasherprog commented 3 years ago

Closing this due to lack of feedback Ill reopen if there is more information provided