export_report_to_jpg#

PostProcessor3DLayout.export_report_to_jpg(project_path, plot_name, width: int = 800, height: int = 450, image_format: str = 'jpg') bool#

Export plot to an image file.

Parameters:
project_pathstr

Path to the project directory.

plot_namestr

Name of the plot to export.

widthint, optional

Image width. Default is 800 which takes Desktop size or 800 pixel.

heightint, optional

Image height. Default is 450 which takes Desktop size or 450 pixel.

image_formatstr, optional

Format of the image file. The default is "jpg".

Returns:
bool

True when successful, False when failed.

References

>>> oModule.ExportImageToFile