Inheritance diagram for ImageFilterKeep:


Public Member Functions | |
| char * | GetDescription () const |
| void | FilterFrame (uint8_t *pixels, int width, int height, double position, double frame_delta) |
Definition at line 49 of file image_filters.cc.
|
||||||||||||||||||||||||
|
Implements ImageFilter. Definition at line 57 of file image_filters.cc. 00058 {}
|
|
|
Implements ImageFilter. Definition at line 52 of file image_filters.cc. 00053 {
00054 return _( "No Change" );
00055 }
|
1.4.2