EBaseROI::SavePng
Saves the EBaseROI object to the given file, in PNG format.
Namespace: Euresys::Open_eVision_2_10
[C++]
void SavePng(
const std::string& path,
int compression
)
Parameters
path
The full path of the destination file.
compression
PNG compression, between 1 and 9 (1 is the fastest and 9 is the best compression). The default value is 1.
Remarks
See Image File Access - Save, Load - for details about file format and quality.
EBaseROI.SavePng
Saves the EBaseROI object to the given file, in PNG format.
Namespace: Euresys.Open_eVision_2_10
[C#]
void SavePng(
string path,
int compression
)
Parameters
path
The full path of the destination file.
compression
PNG compression, between 1 and 9 (1 is the fastest and 9 is the best compression). The default value is 1.
Remarks
See Image File Access - Save, Load - for details about file format and quality.
