Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-docs / trunk / ca / introduction / introduction.sgml
1 <!-- retain these comments for translator revision tracking -->
2 <!-- $Id$ -->
3 <chapter id="introduction">
4     
5  <title><acronym>Introduction</acronym></title>
6  <para>Synfig, like most every other competent graphics program, breaks down 
7  individual elements of a Canvas into Layers. However, it differs from other 
8  programs in two major ways:</para>
9  <orderedlist>
10    <listitem>
11     <para>An individual layer in Synfig usually represents a single "Primitive". 
12     ie: A single region, an outline of a region, an imported JPEG, etc... This
13     allows you to have a great deal of flexibility and control. It is not
14     uncommon for a composition to have hundreds of layers(organized into a 
15     hierarchy for artist sanity of course).</para>
16    </listitem>
17    <listitem>
18     <para>A layer can not only composite information on top of the image below it,
19     but also distort and/or modify it in some other way. In this sense, Synfig 
20     Layers act much like filters do in Adobe Photoshop or the GIMP. For example, 
21     we have a Blur Layer, Radial Blur Layer, Spherical Distortion Layer, 
22     color-correct layer, bevel layer, etc... </para>
23    </listitem>
24  </orderedlist>
25
26  <para>Each layer has a set of parameters which determine how it behaves. When 
27  you click on a layer (either in the canvas window, or in the Layer Dialog), 
28  you will see its parameters in the Params Dialog.</para>
29
30  <para>Synfig Studio has an autorecover feature. If it crashes, even if the 
31  current file has not been saved, it will not lose more than 5 minutes of work. 
32  At restart it will automatically prompt the user to recover the unsaved changes. 
33  Unfortunately history isn't recovered yet. That feature comes later.</para>
34
35  <para>One thing you may notice is that Synfig Studio is SLOW, making it
36  practically unusable on hardware that is over 3 years old. The biggest reason
37  for this is that all of the color calculations are done in floating point 
38  because Synfig Studio was built from the ground up with High-Dynamic-Range 
39  Imaging in mind. HOWEVER, this will not be the case forever.</para>
40
41  <para>darco has some fairly major re-implementations and optimizations that 
42  he plans to implement that should quite dramatically improve the performance 
43  of Synfig on all platforms. The goal is not a 200% speed increase, it is at 
44  least a 2000% speed increase. With the optimizations that are planned to be 
45  implemented, we will be able to pipeline operations in such a way that this 
46  performance improvement can be realized. It should also pave the way to hardware 
47  acceleration using todays powerful graphics processors, which should yield 
48  further performance improvements measurable in orders of magnitude.</para>
49 </chapter>
50 <!-- Local Variables: -->
51 <!-- sgml-parent-document: "synfig-studio.sgml" -->
52 <!-- End: -->