Software for pixelcolor and mouse coordinate

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
Yar
Newbie
Posts: 2
Joined: Sun Aug 13, 2006 1:19 am
Location: France

Software for pixelcolor and mouse coordinate

Post by Yar » Sun Aug 13, 2006 1:35 am

Hello

I'm working on some macro at the moment and a lot of the variables includes pixelcolor being a certain color at a certain position
for that i'm using pixie it gives me mouse coordinates then I use a macro for pixel color

Code: Select all

wait>1
GetPixelColor>x,y,rien
Message> Pixel Color is : %rien%

it works fine but when you need to go get many pixelcolor from many position it is very slow so i'm looking for software that would give mouse coordinates and pixelcolor like used in macro scheduler.
If anyone know a software like that, please let me know.

ps : sorry for my bad english I hope I made myself clear....

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Sun Aug 13, 2006 2:11 am

What are you trying to do that you cannot do with Macro Scheduler?
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

User avatar
pgriffin
Automation Wizard
Posts: 460
Joined: Wed Apr 06, 2005 5:56 pm
Location: US and Europe

Post by pgriffin » Sun Aug 13, 2006 3:40 am

If you are only trying to recognize an image and do not need to read each individual pixel, you should download the Image Recognition Library available here on MJTNET. Click Downloads, then Libraries and Plug ins.

Yar
Newbie
Posts: 2
Joined: Sun Aug 13, 2006 1:19 am
Location: France

Post by Yar » Sun Aug 13, 2006 9:05 am

Bob Hansen wrote:What are you trying to do that you cannot do with Macro Scheduler?
Actually Macro scheduler does not give me the coordinate on a specific mouse position I have to use a separate software fot that and I guess the macro i've made work fine
If you are only trying to recognize an image and do not need to read each individual pixel, you should download the Image Recognition Library available here on MJTNET. Click Downloads, then Libraries and Plug ins.
I'll have to try it but i'm not sure it will work because it's not a still picture and i'm using pixelcolor because the picture is changing actually not the whole picture juste a small part.
Anyway i'll try image recognition software maybe it will work and I don't how it works so i'll have to read about it first

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Sun Aug 13, 2006 7:07 pm

GetCursorPos>X,Y
Returns the X and Y coordinates of the current mouse cursor position. X and Y are variables in which to store the coordinates.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts