static std::size_t ComputeImageSize( int nWidth, int nHeight, nn::jpeg::CTR::PixelFormat eFormat );
Name | Description | |
---|---|---|
in | nWidth | Width of the image (in pixels). |
in | nHeight | Height of the image (in pixels). |
in | eFormat | The pixel format of the image. |
Determines the image size.
CONFIDENTIAL