ImageNETPixelFormatSave Method |
Save the image to a file. The supported file types are PNG (.png), JPEG (.jpg, .jpeg) and BMP (.bmp).
This method will throw an exception if failing to save to the provided fileName.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public void Save(
string fileName
)
Public Sub Save (
fileName As String
)
public:
void Save(
String^ fileName
)
Parameters
- fileName
- Type: SystemString
File name of file, extension must be .png
See Also