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 std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number);
73 void SetJson(
string value);
74 Json::Value JsonValue();
75 void SetJsonValue(Json::Value root);
78 string PropertiesJSON(int64_t 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.