Image
Image widget supports GIF, PNG, JPG, JPEG, BMP image. It supports GIF animation.
Special Properties
- Image File (image_file)
- The path of the image file.
Image file path can be workspace file, local file system path or URL path.
For exampe:
http://neutrons.ornl.gov/images/sns_aerial.jpg
- Stretch to Fit (stretch_to_fit)
- Stretch the image to fit the widget size.
- Auto Size (auto_size)
- Automatically adjust the size of the widget to the image
size. This only works if
Stretch to Fit
is not enabled.
- No Animation (no_animation)
- Disable animation to GIF animation image.
- Crop Top (crop_top)
- The pixels to be cropped from top of the image.
- Crop Bottom (crop_bottom)
- The pixels to be cropped from bottom of the image.
- Crop Left (crop_left)
- The pixels to be cropped from left of the image.
- Crop Right (crop_right)
- The pixels to be cropped from right of the image.
- Degree (degree)
- Rotate the image by the selected degree.
- Flip Horizontal (flip_horizontal)
- Flip the image around horizontal axis.
- Flip Vertical (flip_vertical)
- Flip the image around vertical axis.
See Also