Documentation Portal      

What are you looking for?

EBaseROI::SaveJpeg

Saves the EBaseROI object to the given file, in JPEG format.

Namespace: Euresys::Open_eVision_2_6

[C++]

void SaveJpeg(
   const std::string& path,
   int quality
)

Parameters

path

The full path of the destination file.

quality

JPEG quality, between 0 and 100 (100 is best quality). The default value is 75.

Remarks

See Image File Access - Save, Load - for details about file format and quality.

EBaseROI.SaveJpeg

Saves the EBaseROI object to the given file, in JPEG format.

Namespace: Euresys.Open_eVision_2_6

[C#]

void SaveJpeg(
   string path,
   int quality
)

Parameters

path

The full path of the destination file.

quality

JPEG quality, between 0 and 100 (100 is best quality). The default value is 75.

Remarks

See Image File Access - Save, Load - for details about file format and quality.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110