KnowNothing Posted July 6, 2008 Posted July 6, 2008 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?
Andreik Posted July 6, 2008 Posted July 6, 2008 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?
KnowNothing Posted July 6, 2008 Author Posted July 6, 2008 (edited) 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 July 6, 2008 by KnowNothing
KnowNothing Posted July 7, 2008 Author Posted July 7, 2008 *Semi-bump* If _ScreenCapture_Capture cant just do the darker (black) pixels Can I use something like PixelChecksum on just the back (darker) pixels?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now