image_postscript_type#
- file.image_postscript_type(p0: str) int #
Set the postscript output to move-draw or bitmap.
- Args:
- p0:
‘ps_type’
move_draw
image_pixels
- Examples:
ensight.file.image_format("postscript") ensight.file.image_file("/tmp/test_image") ensight.file.image_postscript_type("image_pixels") ensight.file.save_image()
- Returns:
zero on success, non-zero on error