Lucidity Posted May 24, 2012 Posted May 24, 2012 Well, I found a video with a drawing bot made in AutoIT http://www.youtube.com/watch?v=o3p8M66HpZcIt looks dope and I downloaded the script (link in the description of the video).However, I wonder how this one works?I opened an image (not so large image, and it's a black/white drawing image of an ant). But it's processing in like, ages?The loading is on probably 98% or something, and it's like stuck there?
kaotkbliss Posted May 24, 2012 Posted May 24, 2012 However, I wonder how this one works? open the .au3 file (if you have it) and read the code I opened an image (not so large image, and it's a black/white drawing image of an ant). But it's processing in like, ages? could be code or just simply that between the paint program and autoit, it takes that long to process. (also the amount of detail in the picture that needs to be processed and drawn) The loading is on probably 98% or something, and it's like stuck there? maybe there is no sleep in a while loop to prevent this. just a guess. 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
UEZ Posted May 24, 2012 Posted May 24, 2012 Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
Skitty Posted May 25, 2012 Posted May 25, 2012 (edited) Br,UEZI had forgotten about that script. I need to go back and revise some of the code since I do remember that it is a little buggy.And I was actually using it about a week ago, what this guy needs to do to get the image to process a little faster is play with some of the settings (I.E., Sensitivity (0~255)).As I remember if you press the hot key to exit the program, it takes ages to do so.Edit: I also forgot to mention, I didn't make this of course. Edited September 12, 2012 by CaptainClucks
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