Jump to content

Recommended Posts

Posted

didnt change a single line of code, was working fine with 3.6.6.1

now it doesnt recognize the pixel color using :

$hBitmap = _ScreenCapture_CaptureWnd ("",$Handle,$Left,$Top,$Right,$Bottom,False)

$hImage = _GDIPlus_BitmapCreateFromHBITMAP($hBitmap)

$BitmapData= _GDIPlus_BitmapLockBits($hImage, 0, 0, _GDIPlus_ImageGetWidth($hImage), _

_GDIPlus_ImageGetHeight($hImage), $GDIP_ILMREAD, $GDIP_PXF32RGB)

any idea ?

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
×
×
  • Create New...