#include <JTypes.h>
Public Member Functions | |
virtual void | ProcessImage (PIXEL_TYPE *pix, int width, int height)=0 |
virtual void JImageFilter::ProcessImage | ( | PIXEL_TYPE * | pix, | |
int | width, | |||
int | height | |||
) | [pure virtual] |
Pure virtual function for the custom filter to implement.
pix | - Image data. | |
width | - Width of the image. | |
height | - Height of the image. |