GSTPy.OutputImageParameters

class GSTPy.OutputImageParameters

Parameter for image output

__init__((object)arg1, (str)output_path[, (str)title=''[, (str)json_config=''[, (ImageType)image_type=GSTPy.ImageType.SVG[, (str)template_file_path=''[, (str)legend_template_file_path='']]]]]) → object :

Constructor.

Parameters
  • output_path (str) – The path where the output will be stored.

  • title (str) – The title of the output.

  • json_config (str) – JSON config for the image output.

  • image_type (ImageType) – The image type.

  • template_file_path (str) – The file path to template file.

  • legend_template_file_path (str) – The file path to legend template file.