image_format property

image_format property

Standard glTF only supports PNG/JPG as its texture format, this option will guide how Aspose.3D convert the non-standard images to supported format during the exporting. Default value is GltfEmbeddedImageFormat.PNG

Definition:

@property
def image_format(self):
    ...
@image_format.setter
def image_format(self, value):
    ...

See Also