image_type属性
image_type属性
获取或设置生成图像的格式。 默认值:PNG。
定义:
@property
def image_type(self):
...
@image_type.setter
def image_type(self, value):
...
获取或设置生成图像的格式。 默认值:PNG。
@property
def image_type(self):
...
@image_type.setter
def image_type(self, value):
...