-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange border #150
Comments
Ill check this out later today and get back with you. |
Hi friend, any update? |
I cannot reproduce this problem. Can you try out the Example CPP project and run that code with these lines NOT commented out
Then take a look at the output. See if you can reproduce it using the example code. You can comment out the other part of the test code, but run the code there and see if it still recurrs. |
Seems to be an offset of the buffer bytes of raw rgb? |
this fixes the issue? |
No, this only fixes the "illegal byte" crash when converting the w.Name to a string via; This is unrelated to the border issue found when grabbing window frames. |
Hi, I noticed when using |
Since i cant reproduce the problem i cant really help much unfortunately. :( |
I can take a look at that illegal character issue. Looks like your visiting github issues page while capturing a window. I can check that out. |
Hi why can't you reproduce? Do you not have access to a windows 10 machine? |
I have windows 10 and windows 11 and it doesnt occur on either machines capturing a window. There is no black border around it :( |
Its going to be something different on your machine than mine, so once that difference is identified we can fix it. Theres always little things that cause issues like this, but finding them is very hard. I have to rely on reporters to find the difference so it can be fixed in most cases. |
Hi, just testing on a virtual machine, vps && a different laptop, the issue still occurs? |
You have put alot of effort into this and i appreciate it. I am heading into work not but when i get home from work ill get back at it and try some things out. |
I did do some testing yesterday and found some issues with border calculations. I havent fixed it yet, but i did find an area of code that is not correct. Still working on it right now |
This is super anooooying.. Its in
Ive been messing with it, but havent been able to fix it. TAG ur it! |
Hi, when capturing a window frame on windows 10 there appears to be a small black border along the left and top of the image;
The text was updated successfully, but these errors were encountered: