OpenShot Library | libopenshot  0.2.5
Effects.h
Go to the documentation of this file.
1 #ifndef OPENSHOT_EFFECTS_H
2 #define OPENSHOT_EFFECTS_H
3 
4 /**
5  * @file
6  * @brief This header includes all commonly used effects for libopenshot, for ease-of-use.
7  * @author Jonathan Thomas <jonathan@openshot.org>
8  *
9  * @ref License
10  */
11 
12 /* LICENSE
13  *
14  * Copyright (c) 2008-2019 OpenShot Studios, LLC
15  * <http://www.openshotstudios.com/>. This file is part of
16  * OpenShot Library (libopenshot), an open-source project dedicated to
17  * delivering high quality video editing and animation solutions to the
18  * world. For more information visit <http://www.openshot.org/>.
19  *
20  * OpenShot Library (libopenshot) is free software: you can redistribute it
21  * and/or modify it under the terms of the GNU Lesser General Public License
22  * as published by the Free Software Foundation, either version 3 of the
23  * License, or (at your option) any later version.
24  *
25  * OpenShot Library (libopenshot) is distributed in the hope that it will be
26  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
27  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28  * GNU Lesser General Public License for more details.
29  *
30  * You should have received a copy of the GNU Lesser General Public License
31  * along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
32  */
33 
34 /* Effects */
35 #include "effects/Bars.h"
36 #include "effects/Blur.h"
37 #include "effects/Brightness.h"
38 #include "effects/ChromaKey.h"
39 #include "effects/ColorShift.h"
40 #include "effects/Crop.h"
41 #include "effects/Deinterlace.h"
42 #include "effects/Hue.h"
43 #include "effects/Mask.h"
44 #include "effects/Negate.h"
45 #include "effects/Pixelate.h"
46 #include "effects/Saturation.h"
47 #include "effects/Shift.h"
48 #include "effects/Wave.h"
49 
50 
51 #endif
Negate.h
Header file for Negate class.
Shift.h
Header file for Shift effect class.
ChromaKey.h
Header file for ChromaKey class.
Bars.h
Header file for Bars effect class.
Brightness.h
Header file for Brightness class.
Blur.h
Header file for Blur effect class.
Wave.h
Header file for Wave effect class.
Hue.h
Header file for Hue effect class.
Mask.h
Header file for Mask class.
Saturation.h
Header file for Saturation class.
ColorShift.h
Header file for Color Shift effect class.
Pixelate.h
Header file for Pixelate effect class.
Crop.h
Header file for Crop effect class.
Deinterlace.h
Header file for De-interlace class.