Jump to content

GetPixelColor from a bitmap


 Share

Recommended Posts

can you use GetPixelColor on a bitmap without actually showing it on the screen? I want to go through some files and check some colors in them with out having to display them on the screen.

e.g. Can I do something like this?

_GDIPlus_Startup ()

$hBitmap = _GDIPlus_BitmapCreateFromFile ($input)

$pixel_colour=PixelGetColor($x,$y,$hBitmap)

ConsoleWrite("the pixel colour is " & Hex($pixel_colour,6) & @crlf)

Thanks

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...