MagickCore  7.0.9
Convert, Edit, Or Compose Bitmap Images
accelerate.c File Reference

Macros

#define MAGICK_MAX(x, y)   (((x) >= (y))?(x):(y))
 
#define MAGICK_MIN(x, y)   (((x) <= (y))?(x):(y))
 

Macro Definition Documentation

#define MAGICK_MAX (   x,
 
)    (((x) >= (y))?(x):(y))
#define MAGICK_MIN (   x,
 
)    (((x) <= (y))?(x):(y))