Awwe Posted July 9, 2007 Posted July 9, 2007 Hi, I'm wondering if it's possible to read an image file with autoit. Kinda like doing a pixelsearch on a file. Is there an UDF or a function to do this ?
Leighwyn Posted July 9, 2007 Posted July 9, 2007 (edited) "read" is a pretty generic word. What specifically did you mean you wanted it to do with the image file? Did you want it to check if there was a pixel of a certain color within a *.jpg file, I think? Edited July 9, 2007 by Leighwyn
evilertoaster Posted July 9, 2007 Posted July 9, 2007 (edited) humm agian i mention this by now ancient code i posted awhile back- http://www.autoitscript.com/forum/index.php?showtopic=27362Now i bet it's not gonna work becuase of the way binary strings are used but im almost positive someone wrote a better implmentaion of this at some point although i cant seem to find it atm. look in the example script section... Edited July 9, 2007 by evilertoaster
Awwe Posted July 10, 2007 Author Posted July 10, 2007 "read" is a pretty generic word. What specifically did you mean you wanted it to do with the image file? Did you want it to check if there was a pixel of a certain color within a *.jpg file, I think?Yes, exactly like that.humm agian i mention this by now ancient code i posted awhile back- http://www.autoitscript.com/forum/index.php?showtopic=27362Now i bet it's not gonna work becuase of the way binary strings are used but im almost positive someone wrote a better implmentaion of this at some point although i cant seem to find it atm. look in the example script section...Thanks , I'll look in to that.
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