af1200ad02a4f57fb28011dbf9bff9c5f0e737b9
[liquid-graphic] / www / documentation.html
1 <html>
2 <head>
3 <link href="style.css" rel="stylesheet" type="text/css">
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
5 <title>Liquid - Funny graphic editor.</title>
6 </head>
7 <body>
8 <div id="layout">
9 <div class="header">
10         <h1 class="logo"><a href="http://liquid-graphic.garage.maemo.org" title="Liquid">Liquid<a></h1>
11         
12 </div>
13
14 <div id="menu" class="box">
15         <ul>
16                 <li><a href="index.html">Home</a></li>
17                 <li><a href="documentation.html">Documentation</a></li>
18                 <li><a href="downloads.html">Downloads</a></li>
19                 <li><a href="development.html">Development</a></li>  
20         </ul>
21 </div><br>
22
23 <div id="container">
24         <div class="content">
25                 <h2>Documentation</h2>
26                 <h3>Menu</h3>
27                 <ul>
28                         <li><b>Menu File</b><img class="doc_img" src="img/Tools.png" align="right" width="150px">
29                         <ul>
30                                 <li><b>New</b> - create new empty image</li>
31                                 <li><b>Open</b> - open local graphic image</li>
32                                 <li><b>Save</b> - save image with current format and name</li>
33                                 <li><b>Save As</b> - save image with given name and png format</li>
34                                 <li><b>Exit</b> - close application</li>
35                         </ul>                        
36                         </li>
37                         <li><b>Menu Mode</b>
38                         <ul>
39                                 <li><b>Accelerometer</b> - turn on/off accelerometer mode (see below)</li>
40                         </ul>                        
41                 </ul>
42                 <h3>Tools</h3>
43                 <ul>
44                         <li><b>Brush</b> - simple brush such as in Paint</li>
45                         <li><b>Color Tool</b> - use it for selection necessary brush color</li>
46                         <li><b>Drop</b> - analog of eraser in graphic editors</li>
47                         <li><b>Ice</b> - local Blur effect</li>
48                         <li><b>Fullscreen Mode</b> - turn on/off fullscreen mode</li>
49                 </ul>       
50                 <h3>Drawing Modes</h3>
51                 <ul>
52                         <li><b>Accelerometer Mode</b> - in this mode control of any tools is implemented using 
53                                 accelerometer of device. To move brush in this mode, you must tilt a tablet in space.</li>
54                         <ul>
55                                 <li><b>Drawing: </b> to draw in this mode you must touch and hold touchscreen in right bottom corner (see screenshot) </li>
56                                 <img class="doc_img" src="img/Finger.png" aligh="center" width="350px">
57                         </ul>
58                         <li><b>Touchscreen Mode</b> - in this mode control of any tools is implemented using touchscreen.</li>                  
59                 </ul>    
60                 <h3>Additional Features</h3>         
61                 <ul>
62                         <li><b>Clearing workspace</b> - to clear workspace you must shake device on X axis: </li>
63                         <img src="img/X.png" aligh="center" width="180">
64                         <li><b>Blur</b> - to implement Blur effect on all workspace you must shake device on Y axis: </li>
65                         <img src="img/Y.png" aligh="center" width="400">
66                         <li><b>Switch Modes</b> - switch between drawing modes (Accelerometer/Touchscreen) is implemented by shaking device on Z axis:</li>
67                         <img src="img/Z.png" aligh="center" width="180">
68                         <li><b>Brush Size</b> - to change brush size you must touch brush and wait until popup menu appears:
69                         <img class="doc_img" src="img/popup.png" width="350">                   
70                 </ul>    
71                 <br>
72         </div>
73 </div>
74 <div id="footer">
75         <span class="f-right">&copy; 2010 <a href="mailto:maemo-sensors@cs.karelia.ru?subject=Liquid">Liquid</a> </span>                
76 </div>
77 </div>
78 </body>
79 </html>