Author Topic: NOBama's Pixel Color Scanner  (Read 3464 times)

0 Members and 1 Guest are viewing this topic.

Offline NObamaTopic starter

  • Everything I need to know, I learned from Miffy's Item Finder.
  • Elite
  • *
  • *
  • Posts: 3454
  • Activity:
    0%
  • Reputation Power: 43
  • NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.NObama is a force to reckon with.
  • Respect: +161
  • Referrals: 2
    • View Profile
NOBama's Pixel Color Scanner
« on: October 02, 2011, 08:02:21 AM »
0
Pixel Color Scanner

Usage:  Will work separately or as part of a script

1) Run script, follow prompts

Code: [Select]
SUB PIXEL_COLOR_CHECK
display ok Move your cursor to the pixel you want identified, then hit 'F1'
repeat
  OnHotKey f1
    {
    set %check_pixel_x #cursorx
    set %check_pixel_y #cursory
    savePix %check_pixel_x %check_pixel_y 1
    display ok #pixcol
    }
Until #False
halt; change to return for integration into another script

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: NOBama's Pixel Color Scanner
« Reply #1 on: October 02, 2011, 09:35:41 AM »
0
kal ex has some pretty good magnifiers and pixel helpers over on Easyuo.  Might help with your project.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline Neo

  • Prime Program
  • Elite
  • *
  • *
  • Posts: 821
  • Activity:
    0%
  • Reputation Power: 13
  • Neo barely matters.Neo barely matters.
  • Respect: +155
  • Referrals: 3
    • View Profile
Re: NOBama's Pixel Color Scanner
« Reply #2 on: October 02, 2011, 03:19:23 PM »
0
I used to use a modified version of RK's pixel checker found @ EUO for pixel testing stuff... I think it's pretty useful to find pixels to test for, when writing OCR stuff...

Never refuse an invitation.
Never resist the unfamiliar.
Never fail to be polite.
And never outstay your welcome.

Tags: