Image-related Limit Values

Syntax

#include <mw/mgr/mgr.h>

#define  MGIMG_WIDMIN     ( 128 )    /* Minimum width value for original image  */
#define  MGIMG_WIDMAX     ( 160 )    /* Maximum width value for original image  */
#define  MGIMG_HEIMIN     (  96 )    /* Minimum height value for original image */
#define  MGIMG_HEIMAX     ( 120 )    /* Maximum height value for original image */

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

Description

Limit value constants related to images.

Revision History

2010/06/30
Initial version.

CONFIDENTIAL