![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
Go to the source code of this file.
Functions | |
void | Brightness_Config (iPlugin *p) |
Video Filters are plugins that edit the GdkPixbuf (Layer::pixels) of a layer. | |
void | Brightness_Init (iPlugin *p) |
void | Brightness_Frame (iPlugin *p) |
void | Cartoon_Config (iPlugin *p) |
void | Cartoon_Init (iPlugin *p) |
void | Cartoon_Frame (iPlugin *p) |
void | ColorShift_Config (iPlugin *p) |
void | ColorShift_Init (iPlugin *p) |
void | ColorShift_Frame (iPlugin *p) |
void | Curves_Config (iPlugin *p) |
Adds a menu entry to display the curves window. | |
void | Curves_Init (iPlugin *p) |
Just draw the curves window. | |
void | Curves_Frame (iPlugin *p) |
Processes each video frame, according to the settings of the dialog. |
void Brightness_Config | ( | iPlugin * | p | ) |
Video Filters are plugins that edit the GdkPixbuf (Layer::pixels) of a layer.
void Brightness_Frame | ( | iPlugin * | p | ) |
void Brightness_Init | ( | iPlugin * | p | ) |
void Cartoon_Config | ( | iPlugin * | p | ) |
void Cartoon_Frame | ( | iPlugin * | p | ) |
void Cartoon_Init | ( | iPlugin * | p | ) |
void ColorShift_Config | ( | iPlugin * | p | ) |
void ColorShift_Frame | ( | iPlugin * | p | ) |
void ColorShift_Init | ( | iPlugin * | p | ) |
void Curves_Config | ( | iPlugin * | p | ) |
Adds a menu entry to display the curves window.
void Curves_Frame | ( | iPlugin * | p | ) |
Processes each video frame, according to the settings of the dialog.
void Curves_Init | ( | iPlugin * | p | ) |
Just draw the curves window.