|
|
| Process | |
| image_height | The vertical dimension of the image in pixels. |
| image_width | The horizontal dimension of the image in pixels. |
| image_type | The type of image data. |
| image_offset | The file position (in bytes) where the start of image pixel data begins. |
| ina through inh | The pixel value imported from the respective INFILE statements. |
| out | The pixel value to exported to the output files. |
| xpos | The current X or horizontal pixel location. |
| ypos | The current Y or vertical pixel location. |
| red | The red intensity value exported to 24 bit graphics files |
| green | The green intensity value exported to 24 bit graphics files. |
| blue | The blue intensity value exported to 24 bit graphics files. |
| window | The scaled range of the OUT variable to graphic files. |
| level | Represents the center of the WINDOW range. |
| Viewer | |
| mousedown | This is represented as a flag variable. When the user clicks down on the left mouse button this value is changed from 0 to 1. This value must be set to 0 by the script program to detect subsequent mouse clicks. |
| mouseup | When the user releases the left mouse button this value is changed from 0 to 1. This value must be set to 0 to detect subsequent mouse button releases. |
| mousex | The current logical X coordinate. |
| mousey | The current logical Y coordinate. |
| timeslice | Image Processor execution duration in milliseconds. |
| VWinWidth | The current Viewer Window Width setting. |
| VWinLevel | The current Viewer Window Level setting. |
| VIsoWidth | The current Viewer Iso Window Width setting. |
| VIsoLevel | The current Viewer Iso Window Level setting. |
| Directories | |
| $basedir | The installed base drive/directory path (i.e. c:\fpimage) |
| $binpath | The installed bin drive/directory path (i.e. c:\fpimage\bin) |
| $temppath | The installed temp drive/directory path (i.e. c:\fpimage\temp) |