smasherprog / screen_capture_lite

cross platform screen/window capturing library
MIT License
628 stars 154 forks source link

Status #33

Closed Arnold1 closed 6 years ago

Arnold1 commented 6 years ago

Hi, nice project. could you tell me what is the status of this project? what already works, what does not work and what will be developed in future?

what is the difference to this method? https://www.codeproject.com/Tips/1116253/Desktop-screen-capture-on-Windows-via-Windows-Desk

Arnold1 commented 6 years ago

buffer[i*d.Width + j] = 0; works... i can see now part of the img not the entire one.... i need to add Pixelstride somehow?

here the result: https://github.com/Arnold1/data/blob/master/110.bmp the img is black (note i set alpha to 0) at the top....