Defines | |
#define | FE2_FILTER_SHARPEN |
Filter name for use with Flix2_AddFilter(). |
Sharpens the source image using a 3x3 kernel with the values:
-1/8 -1/8 -1/8 -1/8 16/8 -1/8 -1/8 -1/8 -1/8
Example Usage:
sc = Flix2_AddFilter(&filter, flix, FE2_FILTER_SHARPEN); if(sc == ON2_OK) ; //a sharpening filter will be applied to the source image
#define FE2_FILTER_SHARPEN |
Filter name for use with Flix2_AddFilter().