Image-related Limit Values

Syntax

#include <mw/mgr/mgr.h> 

#define  MWMGR_MGIMG_WIDMIN     ( 128 )    /* Minimum width value for the original image.  */ 
#define  MWMGR_MGIMG_WIDMAX     ( 160 )    /* Maximum width value for the original image.  */ 
#define  MWMGR_MGIMG_HEIMIN     (  96 )    /* Minimum height value for the original image. */ 
#define  MWMGR_MGIMG_HEIMAX     ( 120 )    /* Maximum height value for the original image. */ 

#define  MWMGR_MGEXT_RECTMIN    (  64 )    /* Minimum width and height values for the rectangular region for processing. */ 

Description

See the corresponding C++ constants, Image-related Limit Values.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL