image_screen_tiling#
- file.image_screen_tiling(p0: int, p1: int) int #
Create a multi-tile image suitable for display via EnVideo to a multi-tile (i.e., powerwall) display device.
The total resolution is controlled via the image_window_xy command. The resolution for each of the tiles is x/y resolution divided by the x_tiles/y_tiles parameter.- Args:
- p0:
‘x_tiles’ number of tiles in the x direction
- p1:
‘y_tiles’ number of tiles in the y direction
- Examples:
ensight.file.image_numpasses(4) ensight.file.image_window_xy(3840,2048) ensight.file.image_screen_tiling(3,2) ensight.file.image_format("evo") ensight.file.image_file("/tmp/abc") ensight.file.save_image()
- Returns:
zero on success, non-zero on error