www.pudn.com > source5.rar > Bmp.h


#include "windows.h" 
#define IDM_LOADBMP   1 
#define IDM_EXIT      2  
 
#define ID_SECONDPOINT                  306 
#define ID_STRETCHRATIO                 307 
#define ID_FIRSTPOINT                   308 
#define ID_EQUASCALE                    309 
#define IDM_REGUDITHER                  40011 
#define IDM_FLOYD                       40012 
#define IDM_STEINBERG                   40012 
#define IDM_CLRGRAY                     40013 
#define IDM_INVERT                      40014 
#define IDM_TRUE256                     40017 
#define IDM_HISTOGRAM                   40018 
#define IDM_CONTSTRETCH                 40019 
#define IDM_CLIPING                     40020 
#define IDM_THRESHOLD                   40021 
#define IDM_SLICEWITHOUTBACK            40022 
#define IDM_SLICEWITHBACK               40023 
#define IDM_HISTOGRAMEQUA               40024 
#define IDC_STATIC                      65535 
 
#define TEMPLATE_SMOOTH_BOX    1 
#define TEMPLATE_SMOOTH_GAUSS  2 
#define TEMPLATE_SHARPEN_LAPLACIAN 3 
#define TEMPLATE_SOBEL_H 4 
#define TEMPLATE_SOBEL_V 5 
#define TEMPLATE_ISOSOBEL_H 6 
#define TEMPLATE_ISOSOBEL_V 7