You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<i>The following tools are included with the Processing software. Select the tool you want to use from the Tools menu of the Processing Environment. These tools are open source; the code is distributed with Processing.</i></p>
4
+
<i>The following tools are included with the Processing software. Select the tool you want
5
+
to use from the Tools menu of the Processing Environment. These tools are open source; the
6
+
code is distributed with Processing.</i>
7
+
</p>
5
8
6
9
<divclass="threecol">
7
10
<h5>Auto Format</h5>
@@ -11,7 +14,6 @@ <h5>Auto Format</h5>
11
14
<h5>Archive Sketch</h5>
12
15
<p>Archives a copy of the current sketch in .zip format. The archive is placed in
13
16
the same directory as the sketch.</p>
14
-
15
17
</div>
16
18
17
19
<divclass="threecol">
@@ -22,10 +24,13 @@ <h5>Create Font</h5>
22
24
<p>Converts fonts into the Processing font format and adds to the current sketch.
23
25
Opens a dialog box which give options for setting the font, its size, if
24
26
it is anti-aliased, and if all characters should be generated.</p>
25
-
26
27
</div>
27
28
28
29
<divclass="threecol">
30
+
<h5>Movie Maker</h5>
31
+
<p>Creates a QuickTime movie from a sequence of images. Options include setting the
32
+
size, frame rate, and compression, as well as an audio file.</p>
33
+
29
34
<h5>Fix Encoding & Reload</h5>
30
35
<p>Sketches that contain non-ASCII characters and were saved with Processing 0140
31
36
and earlier may look strange when opened. Garbled text and odd characters may appear
@@ -35,18 +40,31 @@ <h5>Fix Encoding & Reload</h5>
Contributed tools must be downloaded separately and placed within a "tools" folder of your Processing sketchbook. (To find the Processing sketchbook location on your computer, open the Preferences window from the Processing application and look for the "Sketchbook location" item at the top.) Copy the contributed tools's folder into the "tools" folder at this location. <em>You will need to create the "tools" folder if this is your first contributed library</em>. Follow the links below for more information about each tool.<br/>
40
-
<br/>
41
-
Contributed tools are developed, documented, and maintained by members of the Processing community. For feedback and support, please post to the <ahref="http://forum.processing.org">Forum</a>. For development discussions post to the <ahref="http://forum.processing.org/library-and-tool-development">Libraries and Tool Development</a> topic. Instructions for creating your own tool are on the <ahref="http://code.google.com/p/processing/w/">Processing Google Code</a> site.<br/><br/>
45
+
Contributed tools must be downloaded individually. Select "Add Tool..." from the Tools menu
46
+
to select a Tool to download.
47
+
</p>
48
+
49
+
<p>
50
+
Contributed tools are developed, documented, and maintained by members of the Processing
51
+
community. For feedback and support, please post to the <ahref="http://forum.processing.org">
52
+
Forum</a>. For development discussions post to the
53
+
<ahref="http://forum.processing.org/library-and-tool-development">Libraries and Tool
54
+
Development</a> topic. Instructions for creating your own tool are on the
55
+
<ahref="http://code.google.com/p/processing/w/">Processing Google Code</a> site.<br/>
56
+
<br/>
42
57
</p>
43
58
44
59
<!-- When run online, variables will be set, don't insert anything. -->
45
60
<!--#if expr="\"$DOCUMENT_ROOT\" = \"\"" -->
46
61
47
-
<!--<div>
48
-
<p>A complete list of tools can be found <A HREF="http://processing.org/reference/tools/">online</A>.</p>
0 commit comments