Track Information
The Track Info function displays graphic information for image files. Use the View > Toolbar > Track Info menu to turn it on or off.
Track Info displays color information (RGB: red, green, blue, I: color table index, from 0 to 255, also the hexadecimal code) of the pixel where the cursor is pointing as well as the cursor location (X, Y) and image size (width, height).
The Track Info command is only available when an image file is in the active Preview window.
The hexadecimal color code is often used in HTML source code for displaying the color. There are two letters each representing the Red, Green, and Blue colors respectively.
How to find out the color values or the color index of a pixel of the image?
- Choose View > Editor Toolbar > Track Info if it is not already selected.
- Move the mouse to the pixel location that you want to find out or click on the color box in the color table.
- Information about the RGB (Red, Green, Blue) values, the index number (I) of the color in the current color table, and the hexadecimal value (#) will be displayed in Track Info. Each of the three components: Red, Green, Blue, is represented by two letters in hexadecimal number.
Example: Red in hexadecimal number is #FF0000, green #00FF00, blue #0000FF, white #FFFFFF, and black #000000.
- Color index (I) information is available for any pixel on the optimized image, if applicable, and color box in the color table. It is not available for any pixel on the Image Editor canvas.
How to find out the X- and Y-positions of a pixel of the image?
- Choose View > Editor Toolbar > Track Info if it is not already selected.
- Move the mouse cursor to the pixel location that you want to find out.
- Information about the X and Y values of the cursor position will be displayed.
How to find out the size of an image?
- Choose View > Editor Toolbar > Track Info if it is not already selected.
- Move the mouse to the location you want to find out.
- Information about the canvas size (width, height), or the active object size will be displayed.
|