nn::y2r::CTR::GetOutputImageSize Function

Syntax

size_t GetOutputImageSize(
     s16 lineWidth,
     s16 height,
     OutputFormat format
);

Arguments

Name Description
in lineWidth Specifies the width of a single line.
in height Specifies the vertical number of lines.
in format Specifies the output format.

Return Values

Returns the size of the output image.

Description

Calculates the size of the output image.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL