Image
The image object allows you to place an image on your workspace. This maybe useful for display a diagram, some scanned in notes, or a company logo. For how to add objects see the Adding an Object section.
When the Image object has been added you will be asked to select a picture files from your computer. Use the file browser to locate the files you want to show and click ‘Open’. The selected picture will then be displayed:

To change the picture, right click on the image and select Load Image.
View Properties
Properties editable via the properties editor.
| Property | Script ID | Description |
|---|---|---|
| Title | title |
The title of the window. |
| Script ID | id |
The scripting ID of the window. Can be used as an alternative to the title for searching for windows from scripts. |
| Tool Tip | tooltip |
Window tool tip. |
| Image Filename | image |
Selects filename to use for the displayed image |
| Background Colour | background_colour |
Background colour for the image panel |
| Stretch | stretch |
Stretch image to fill view |
| Fixed Aspect Ratio | fixed_aspect_ratio |
Maintain image aspect ratio when resizing. |
| Align X | align_x |
Horizontal image alignment. |
| Align Y | align_y |
Vertical image alignment. |