Guest KBohl Posted September 11, 2005 Posted September 11, 2005 Hi everybody, first time autoitx user here. I am trying to do some image recognition and image copying with autoitx, and I'm trying to use PixelGetColor to loop through and copy an entire image into an image... The problem I am running into is that even though in the autoit information window I can see the color under the mouse is a reasonable value, when I call PixelGetColor programatically I get a result that is always a scale of grey, in other words the bytes for RR GG and BB are always the same. So my own image, which I copy pixel by pixel, is a grey scale version of the color original. my code for this is very simple, a nested loop through the image.. I call getpixelcolor and have tried returning the value to a decimal as well as an Int32. I am working in C#. Any one have any idea what is going on here? Thanks in advance
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