Import/Export Data and Images

Images

tecplot.export.image.export_image(filename, image_type=None)[source]

Exports image to file.

Parameters:
  • filename (string) – File name with a valid extension (unless image_type is specified).
  • image_type (string, optional) – Type of image to be generated. (default: None)
Supported image types:
>>> import tecplot
>>> tecplot.load_layout('mylayout.lay')
>>> tecplot.export_image('image.png')