Update README files with latest changes.
[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/Source_code
20 Proj:   http://sourceforge.net/projects/synfig/
21 Forums: http://synfig.org/forums 
22 IRC:    irc://irc.freenode.net/synfig
23
24 (*) synfig.org website is locked for edition because we are migrating to 
25 a new host. During the migration the links are those:
26
27 Web:    http://www.synfig.com
28 Wiki:   http://www.synfig.com/wiki
29
30
31 Please use the IRC channel and the sf.net tracker to get support and
32 report bugs, request features and submit patches.
33
34 Copyright
35
36 Copyright 2002 Robert B. Quattlebaum Jr.
37 Copyright 2002 Adrian Bentley
38 Copyright 2006-2007 Paul Wise
39 Copyright 2007-2008 Chris Moore
40 Copyright 2008 Carlos López
41 Copyright 2008 Gerco Ballintijn
42 Copyright 2009 Nikita Kitaev
43 Copyright 2009 Konstantin Dmitriev
44 Copyright 2009 Carlos A. Sosa Navarro
45
46 Licence
47
48 This package is free software; you can redistribute it and/or
49 modify it under the terms of the GNU General Public License as
50 published by the Free Software Foundation; either version 2 of
51 the License, or (at your option) any later version.
52
53 This package is distributed in the hope that it will be useful,
54 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
56 General Public License for more details.
57
58 You should have received a copy of the GNU General Public License
59 along with this program; if not, write to the Free Software
60 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
61 or visit http://www.gnu.org/licenses/gpl.html