Image-related Limit Values

Syntax

#include <mw/mgr/mgr.h> 

#define  MGIMG_WIDMIN     ( 128 )    /* Minimum width value for the original image.  */ 
#define  MGIMG_WIDMAX     ( 160 )    /* Maximum width value for the original image.  */ 
#define  MGIMG_HEIMIN     (  96 )    /* Minimum height value for the original image. */ 
#define  MGIMG_HEIMAX     ( 120 )    /* Maximum height value for the 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

2014/05/28
Initial version.

CONFIDENTIAL