<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
&gt; I still don't know what you're trying to do. Why are you trying to scan<br>&gt; for a specific color?<br><br>I just need to find a specific color in the handle (for example: an image opened in GIMP), and then record all the pixel locations of where the specified color was found (lets say the color red was found at (3, 16) (5, 17) (20, 19) etc..), and then i'll just record it for "knowledgeable" use I guess you can say. So basically im just trying to get the point(s) of the where the color was found in the handle specified.<br><br>&gt; If you're trying to do interop between apps, try talking directly to the<br>&gt; app (via window properties, or SendClientMessage, or similar). Or even<br>&gt; reparent one window into the other.<br><br>No interopting or sending messages or any sort of that.<br><br>&gt; Every bad thing I say about XCB's xcb_get_image goes double for Xlib's<br>&gt; XGetImage.<br><br>Thanks for clearing that, I was almost under the impression that XCB's color scanning would be alot slower than Xlib. I've already seen this done using Xlib and did 1 other way which were pretty good speed, if XCB is even faster then it should be more than enough speed for what I need :)<br>                                               <br /><hr />Get a great deal on Windows 7 and see how it works the way you want. <a href='http://go.microsoft.com/?linkid=9691812' target='_new'>Check out the offers on Windows 7now.</a></body>
</html>