You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Well, when you make a snapshot - the image is stored in .NET Image format and occupies memory. But I have no memory leaks in my case, after I use the image and it it's not useful anymore (and has no references to it) - the GC releases it and its memory eventually.
I have this code running and making screenshots for a long time and noticed no memory overuse.
What happens in your case, can you make a lot of snapshots (like 8GiB+) to check this memory-leak theory?
What way to make a snapshot do you use? (The library supports two).
Hi, I am testing your code and I noticed that every time you take a snapshot the memory increases. Does it happen to you too?
The text was updated successfully, but these errors were encountered: