imgdb::MpSaver::Save Member Function

Syntax

Result Save();

Parameters

None.

Return Values

Result.

Description

Saves the data as an MP file.

Converts image to MP format, using the currently configured content. A corresponding JPEG file is also saved.
The left image data is used to save an image in JPEG format.
Configure these settings before you call this function. If the settings are invalid, this function returns ResultErrorInvalidParam.

When running this function, an amount of memory up to the total for the size of the MP file (maximum 400 KB), the size of the JPEG file (maximum 400 KB), and an additional 10 KB, is temporarily consumed.
Up to 600 KB is ordinarily used, because JPEG files are half the size of MP files, but there could be times when the maximum, 810 KB, is used.


CONFIDENTIAL