| View previous topic :: View next topic |
| Author |
Message |
Potential User Guest
|
Posted: Wed Apr 20, 2005 11:46 am Post subject: ImageSearch and PixelSearch |
|
|
Hello,
I've been fooling around with AutoIt for awhile and I was wondering if AutoHotkey's ImageSearch and PixelSearch functions are faster or slower than AutoIt's.
Also, I was wondering if you can use GIF's with transparent background with ImageSearch.
Thank you. |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5390 Location: /b/
|
Posted: Wed Apr 20, 2005 3:58 pm Post subject: |
|
|
Well, there is a Fast mode to PixelSearch and ImageSearch has got GIF support. _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Wed Apr 20, 2005 7:34 pm Post subject: |
|
|
| The fast mode of PixelSearch is up to 100 times faster if you're using 32-bit color depth and searching large regions. But I don't think GIFs with transparent background would be properly found because there is no code to support the special "transparent color". |
|
| Back to top |
|
 |
Potential User Guest
|
Posted: Thu Apr 21, 2005 1:24 am Post subject: |
|
|
Hmm, alrighty.
Guess I'll take a look at the source and see if I can add Transparency Support. If so, I'll e-mail you the updated function(s).
Thanx for the responces. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Thu Apr 21, 2005 1:42 am Post subject: |
|
|
| Sounds good. If you find anything worth discussing further, feel free to contact me at support@autohotkey.com |
|
| Back to top |
|
 |
|