Jump to content

pixel color problem between 3.6.6.1 and latest


Recommended Posts

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 ?

Link to comment
Share on other sites

The answer is the same as your other topic. Post a reproducer (short running example). We can only help you as good as you help us help you.

Edited by AdmiralAlkex
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...