smasherprog / screen_capture_lite

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

Fix ExtractAndConvertToRGB565 #37

Closed hardillb closed 6 years ago

hardillb commented 6 years ago

While trying things out I had a problem with the output from the ExtractAndConvertToRGB565 function.

The current version doesn't seam to do any bit width reduction and the shifting looked wrong. I've reimplemented and it now works with the existing code I already had.

Should fix #36

smasherprog commented 6 years ago

Looks good to me .. thanks

smasherprog commented 6 years ago

Forgot to merge 👍