Jump to content

Can I screencapture just the black(dark) area?


Recommended Posts

I been using _ScreenCapture_Capture to get an image on the screen but some times there are random defects (normally light white dots) in the background. Is there a way where I can take a screecapture of just the dark (black) pixels?

I use this code:

#include <ScreenCapture.au3>
For $INDEX = 1 To 10
_ScreenCapture_Capture(@ScriptDir & "\File" & $INDEX & ".JPG")
Sleep(1000)
Next

And all images is ok, _ScreenCapture_Capture work fine. Can you post your script to more help?

When the words fail... music speaks.

Link to comment
Share on other sites

Sorry Andreik but that didn't help. I already have it _ScreenCapture_Capture'ing fine but it still has the random white dots (in the background of the image) that I want to get rid of.

Posting my script wound be pointless. Everything works fine but the white random dots in the background of the _ScreenCapture_Capture'ed image.

Edited by KnowNothing
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...