00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef __FE2_FILTER_CROP_H__
00016 #define __FE2_FILTER_CROP_H__
00017
00049 #define FE2_FILTER_CROP "crop"
00050
00055 #define FE2_CROP_TOP "top"
00056
00061 #define FE2_CROP_BOTTOM "bottom"
00062
00067 #define FE2_CROP_LEFT "left"
00068
00073 #define FE2_CROP_RIGHT "right"
00074
00076 #endif