-
Notifications
You must be signed in to change notification settings - Fork 0
Standalone Tools
CyberGems edited this page Aug 30, 2026
·
1 revision
CyberSnap includes several standalone tools that work independently of the capture workflow. Each tool can be launched via hotkey, the system tray menu, or the Capture Widget.
The Color Picker samples any pixel on your screen and provides detailed color information.
- Trigger the Color Picker (via hotkey or menu)
- Move your cursor over the target pixel
- The magnifier shows a zoomed view with crosshair
- Click to sample the color
- Color information is displayed and copied to clipboard
| Format | Example |
|---|---|
| HEX | #00F2FF |
| RGB | rgb(0, 242, 255) |
| HSL | hsl(184, 100%, 50%) |
| HSV | hsv(184, 100%, 100%) |
| CMYK | cmyk(100%, 4%, 0%, 0%) |
- Magnifier — Zoomed pixel view for precise selection
- Lock preview — Freeze the magnifier to compare colors
- History — Remembers recently picked colors
- Copy format — Choose which format to copy to clipboard
- Color palette — Save colors to a custom palette
The Ruler is an on-screen measurement tool for measuring pixel distances.
- Trigger the Ruler (via hotkey or menu)
- A ruler overlay appears on screen
- Drag to position and resize the ruler
- Read the pixel measurement
| Type | Description |
|---|---|
| Horizontal | Measures horizontal distance |
| Vertical | Measures vertical distance |
| Rectangular | Measures both width and height |
| Cross | Crosshair with coordinate display |
- Pixel-accurate — Exact pixel measurements
- Multi-unit — Pixels, millimeters, inches (with DPI calibration)
- Snap to edges — Automatically aligns to screen or window edges
- Opacity — Adjust ruler transparency
- Always on top — Stays visible above other windows
The Barcode Scanner decodes barcodes and QR codes from your screen or from captured images.
- Trigger the Scanner (via hotkey or menu)
- Select the region containing the barcode/QR code
- CyberSnap decodes the content
- Result is displayed in the QR Result window
- Take a screenshot containing a barcode
- The scanner automatically detects and decodes any codes
- Results appear alongside the capture
| Type | Description |
|---|---|
| QR Code | 2D matrix code |
| Code 128 | High-density linear code |
| Code 39 | Alphanumeric linear code |
| EAN-13 / EAN-8 | Retail product codes |
| UPC-A / UPC-E | Universal product codes |
| Data Matrix | 2D matrix code |
| PDF417 | Stacked linear 2D code |
| Aztec | 2D matrix code |
| ITF (Interleaved 2 of 5) | Numeric linear code |
After decoding, you can:
- Copy the decoded text to clipboard
- Open URL — If the content is a URL, open it in browser
- Search — Search the decoded text on the web
- Save — Save the result to history
| Setting | Description |
|---|---|
| Color Picker format | Default color format to copy |
| Ruler unit | Default measurement unit |
| Ruler opacity | Ruler transparency level |
| Scanner auto-detect | Automatically scan captures for codes |
| Scanner beep | Play sound on successful decode |