OpenShot Library | libopenshot  0.1.9
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  * @section LICENSE
10  *
11  * Copyright (c) 2008-2014 OpenShot Studios, LLC
12  * <http://www.openshotstudios.com/>. This file is part of
13  * OpenShot Library (libopenshot), an open-source project dedicated to
14  * delivering high quality video editing and animation solutions to the
15  * world. For more information visit <http://www.openshot.org/>.
16  *
17  * OpenShot Library (libopenshot) is free software: you can redistribute it
18  * and/or modify it under the terms of the GNU Lesser General Public License
19  * as published by the Free Software Foundation, either version 3 of the
20  * License, or (at your option) any later version.
21  *
22  * OpenShot Library (libopenshot) is distributed in the hope that it will be
23  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25  * GNU Lesser General Public License for more details.
26  *
27  * You should have received a copy of the GNU Lesser General Public License
28  * along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
29  */
30 
31 /* Effects */
32 #include "effects/Blur.h"
33 #include "effects/Brightness.h"
34 #include "effects/ChromaKey.h"
35 #include "effects/Deinterlace.h"
36 #include "effects/Mask.h"
37 #include "effects/Negate.h"
38 #include "effects/Saturation.h"
39 
40 
41 #endif
Header file for Blur effect class.
Header file for Mask class.
Header file for Brightness class.
Header file for Saturation class.
Header file for Negate class.
Header file for ChromaKey class.
Header file for De-interlace class.