28 #include "../include/EffectInfo.h" 44 if (effect_type ==
"Blur")
47 else if (effect_type ==
"Brightness")
50 else if (effect_type ==
"ChromaKey")
53 else if (effect_type ==
"Deinterlace")
56 else if (effect_type ==
"Mask")
59 else if (effect_type ==
"Negate")
62 else if (effect_type ==
"Saturation")
73 root.append(
Blur().JsonInfo());
77 root.append(
Mask().JsonInfo());
78 root.append(
Negate().JsonInfo());
This abstract class is the base class, used by all effects in libopenshot.
EffectBase * CreateEffect(string effect_type)
This class adjusts the blur of an image, and can be animated with openshot::Keyframe curves over time...
This class uses the ImageMagick++ libraries, to remove (i.e. key out) a color (i.e. greenscreen)
static string Json()
JSON methods.
static Json::Value JsonValue()
Generate Json::JsonValue for this object.
This class uses the ImageMagick++ libraries, to negate image (i.e. negative)
This class adjusts the saturation of color on a frame's image.
This class uses the ImageMagick++ libraries, to apply alpha (or transparency) masks to any frame...
This class adjusts the brightness and contrast of an image, and can be animated with openshot::Keyfra...
This namespace is the default namespace for all code in the openshot library.
This class uses the ImageMagick++ libraries, to de-interlace the image, which removes the EVEN or ODD...