Share via


MLImage.Save(String) Method

Definition

Save the current image to a file.

public void Save (string imagePath);
member this.Save : string -> unit
Public Sub Save (imagePath As String)

Parameters

imagePath
String

The path of the file to save the image to.

Remarks

The saved image encoding will be detected from the file extension.

Applies to