GltfSaveOptions.ImageFormat

GltfSaveOptions.ImageFormat 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 Png

public GltfEmbeddedImageFormat ImageFormat { get; set; }

See Also