Use LinkableValueNode members functions when possible in the derived valuenodes.
[synfig.git] / synfig-core / README
1               synfig -- vector animation renderer
2
3 synfig is a vector based 2D animation package. It is designed to be
4 capable of producing feature-film quality animation. It eliminates the
5 need for tweening, preventing the need to hand-draw each frame. synfig
6 features spatial and temporal resolution independence (sharp and smooth
7 at any resolution or framerate), high dynamic range images, and a
8 flexible plugin system.
9
10 This package contains the renderer used to convert synfig .sif files to
11 raster images, videos and other formats. Layer types include geometric,
12 gradient, filter, distortion, transformation, fractal and others. Output
13 targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1),
14 libavcodec (AVI), imagemagick (MIFF), yuv420p, MNG and others.
15
16 Links
17
18 Web:    http://synfig.org/
19 Code:   http://synfig.org/wiki/Dev:Source_code
20 Proj:   http://sourceforge.net/projects/synfig/
21 Forums: http://synfig.org/forums
22 IRC:    irc://irc.freenode.net/synfig
23
24
25 Please use the IRC channel and the sf.net tracker to get support and
26 report bugs, request features and submit patches.
27
28 Copyright
29
30 Copyright 2002 Robert B. Quattlebaum Jr.
31 Copyright 2002 Adrian Bentley
32 Copyright 2006-2007 Paul Wise
33 Copyright 2007-2008 Chris Moore
34 Copyright 2008-2010 Carlos López
35 Copyright 2008-2009 Gerco Ballintijn
36 Copyright 2009-2010 Nikita Kitaev
37 Copyright 2009-2010 Konstantin Dmitriev
38 Copyright 2009 Carlos A. Sosa Navarro
39 Copyright 2010 Brendon Higgins
40 Copyright 2010 Ray Frederic
41
42
43 Licence
44
45 This package is free software; you can redistribute it and/or
46 modify it under the terms of the GNU General Public License as
47 published by the Free Software Foundation; either version 2 of
48 the License, or (at your option) any later version.
49
50 This package is distributed in the hope that it will be useful,
51 but WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
53 General Public License for more details.
54
55 You should have received a copy of the GNU General Public License
56 along with this program; if not, write to the Free Software
57 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
58 or visit http://www.gnu.org/licenses/gpl.html