Snoop untuk MS Windows 

Versi Linux tersedia di sini.

Penulis: Yung-Yu Chuang, CSE, University of Washington 
Proyek disarankan oleh Prof. Brian Curless & Prof. Marc Levoy

 


Download    snoop.exe (137KB)
Versi    0.34
Updated    April 21, 2015
Kredit    Berdasarkan sumber dari Microsoft ZoomIn utilitas.
Kontak    Silahkan dikirim ke 
Sumber    snoop.0.34.zip
Jika Anda memodifikasi kode sumber, saya ingin memiliki salinan itu. Terima kasih.

 

New Fitur

    
  In version 0.34:
    Fix the problems with Retina displays (credit to Yu-sheng Chen and Kuang-Yu Pan).
    
  In version 0.33:
    Fix the performance issue under Vista (credit to mifan).
    
  In version 0.32:
    Enable maximize button.
    
  In version 0.31:
    Snoop now supports multiple configurations (up to 9).
    Use 'Shift+Fn' to save the current configuration as 
    configuration n, 'Ctrl+Fn' to load configuration n.
    To start a snoop with specific configuration file,
    start it with '-f n' in command line. Without specifying
    which configuration to use, configuration #1 will be used.
    The option 'Auto save config' will save to configuration
    #1 when exiting. Press 'Backspace' will reset your 
    configuration #1 to default setting. Press 'Del' to remove
    all the configurations.
    
    The configurations are saved in windows registry. To remove
    them, run 'regedit' from 'Start->Run'. Find 'HKEY_CURRENT_USER
    ->Software->snoop' and delete the whole snoop directory. 
    Of course, you can edit the configuration files if you know
    what you are doing. If you downloaded ver 0.3, I will suggest
    you to remove the registry. (Press 'Del' will do it in ver 0.31)

  In version 0.30:
    You can either press 'f' to manually save program status at
    any time or use "Edit->Auto save config" to turn on auto 
    configuration saving function so that the program status
    will be saved each time you exit snoop.

OperasiMode    

  Tracking:

    1. Mouse mode (m): track the mouse cursor (higher priority) 
                       and arrow key.
    2. Arrow mode (a): track by arrow key
    3. Drag Mode: click the left button of the mouse within the 
                  snoop window and drag the cursor to where you 
                  want to snoop. After releasing left button,
                  snoop switch back to the mode before drag.
  Filter: (switch using Tab)
    1. Snoop mode (default mode)
    2. Gradient Mode (only for true color display) 
  Graphs:
    1. Horizontal step intensity profile
    2. Horizontal linear intensity profile    
    3. Vertical step intensity profile
    4. Vertical linear intensity profile 
    5. Histogram (only for true color display)  


  
Hot Keys   


  For changing zoom factor
    1-9: Set zoom factor to n.
    0: Set Zoom factor to 10.
    =: Increase zoom factor.
    +: Increase zoom factor.
    -: Decrease zoom factor.

  For intensity profile settting
    h: View horizontal linear intensity profile.
    H: View horizontal step intensity profile.
    v: View vertical linear intensity profile.
    V: View vertical step intensity profile.
    o: Turn off profile view.
    l: Turn on/off highlight in profile view.

  For Histogram:
    F4: Display histogram
    i: Statistics on/off for histogram
    PgUp: Increase height in histogram
    PgDn: Decrease height in histogram
    Home: Reset height in histogram

  For gradient:
    Tab: Switch display mode (snoop or gradient)

  Adjust brightness, contrast and gamma
    Press 
    [Shift] Brightness or
    [Ctrl] Contrast or
    [Shift]+[Ctrl] Gamma
    and one of
    [PgUp] Increase 
    [PgDn] Decrease
    [Home] Reset

  Misc:
    a: Switch to arrow mode 
       (In arrow mode, use arrow key to move the capturing area.
        Shift+'arrow key' for faster move. Ctrl+'arrow key' will
        snap to the boundary of the desktop in that direction.)
    m: switch to mouse mode.    
    d: Display capturing area
    s: Use screen coordinate system
    w: Use active window coordinate system
    r: Turn on/off ruler
    u: Update the capturing 
    y: inverse the direction of y-axis
    x: display color in Hex 
    b: boundary test on/off (default: off. Snoop only works with
       multi-monitor when bound is off.)
    F1: About (Help)
    F2: Switch 'Always on top' on/off
    F3(or #): Switch grid on/off
    f: save current configuration into registry (as configuration #1)
    Backspace: reset configuration #1    
    Del: remove all configurations
    q: Quit the program
    [Esc]: Quit the program

  
Argumen Program    


    -top: turn on 'always on top'
    -notop: turn off 'always on top'
    -grid: turn on 'grid'
    -nogrid: turn off 'grid'
    -ruler: turn on ruler
    -noruler: turn off ruler
    -centermark: turn on center mark
    -nocentermark: turn off center mark
    -highlight: turn on highlight in intensity profile
    -nohighlight: turn off highlight in intensity profile
    -coord x y: set the init position of the window at (x, y) 
    -size w h: set the init dimension of the window as w by h
    -shift n: n is an integer,
              set the fast move step as n (default=8) in arrow mode
    -f n: n is an integer,
          load configuration #n when started
    -[c]: [c] is a char, execute the function defined by hotket [c] 
          For example, 'snoop -4 -h' will set zoom factor to 4 and 
      display horizontal linear intensity profile when the 
      program starts.
    -inversey: y axis goes up
    -hex: display color in Hex
    -bound: turn on boundary test.

 

Sejarah  

 
Lihat 0,01 
09.10.00    Versi pertama dibuat.
Lihat 0,1 
09/14/00    Meningkatkan 'panah modus'. 
Tambahkan fungsi menampilkan menangkap daerah. 
Tambahkan kemampuan untuk swtich sistem koordinat.
09/16/00    Memperbaiki beberapa bug ditunjukkan oleh Marc Levoy. 
Tambahkan warna pencampuran dan inset dalam grafik. 
Menangani opsi baris perintah. 
Tambahkan penguasa. 
Tambahkan sorot untuk profil intensitas. 
Memperbaiki bug untuk argumen r.
Lihat 0,15 
09/22/00    Tambahkan histogram. 
Menambahkan gradien.
Lihat 0,2 
09/22/00    Tambahkan kecerahan, kontras dan penyesuaian gamma. 
Menambahkan profil intensitas dan histogram untuk mode gradien.
Lihat 0,21 
11/01/00    Tambahkan opsi untuk terbalik sumbu y.
Lihat 0,22 
03/18/01    Menambahkan opsi untuk menampilkan warna dalam Hex.
Lihat 0,23 
04/24/01    Tambahkan pilihan untuk mengaktifkan / uji batas untuk bekerja dengan multi-monitor. 
Terima kasih kepada Michael Peringatan untuk saran.
Lihat 0,30 
07/30/02    Tambahkan registry untuk mengembalikan status program sebelum keluar.
Lihat 0,31 
07/30/02    Mendukung beberapa konfigurasi.
Lihat 0,32 
04/01/03    Aktifkan tombol memaksimalkan.
Lihat 0,33 
01/20/09    Memperbaiki masalah kinerja di bawah Vista
Lihat 0,34 
04/21/15    Memperbaiki masalah dengan menampilkan Retina

 

Foto

    

Modus Gradient.


Modus grafik Histogram.