image_window_size#
- file.image_window_size(p0: str) int #
When printing image based images sets the window (and thus image) size.
When an image is saved a new window will be created of the size specified. The default is normal.- Args:
- p0:
‘window_sz’
normal
full
User_defined
detached_display
NTSC
PAL
HD720p
HD1080p
DVDNTSC
DVDPAL
- Examples:
ensight.file.image_format("sgi_rgb") ensight.file.image_window_size("full") ensight.file.image_file("/tmp/test_image") ensight.file.save_image()
- Returns:
zero on success, non-zero on error