28 #ifndef OPENSHOT_NEGATE_EFFECT_H 29 #define OPENSHOT_NEGATE_EFFECT_H 31 #include "../EffectBase.h" 40 #include "../Exceptions.h" 41 #include "../KeyFrame.h" 69 tr1::shared_ptr<Frame> GetFrame(tr1::shared_ptr<Frame> frame,
long int frame_number);
74 Json::Value JsonValue();
75 void SetJsonValue(Json::Value root);
78 string PropertiesJSON(
long int requested_frame);
This abstract class is the base class, used by all effects in libopenshot.
This class uses the ImageMagick++ libraries, to negate image (i.e. negative)
This namespace is the default namespace for all code in the openshot library.
Exception for invalid JSON.