@@ -7,36 +7,38 @@ <h2><img src="images/header.gif" width="675" height="48" alt="Tools..." /></h2>
77</ p >
88
99< div class ="threecol ">
10- < h5 > Auto Format </ h5 >
11- < p > Attempts to format the code into a more human-readable layout. It
12- adds and removes spaces to make the structure of the code clear .</ p >
10+
11+ < h5 > Color Selector </ h5 >
12+ < p > Simple interface for selecting colors as RGB, HSB, and Hex values .</ p >
1313
1414 < h5 > Archive Sketch</ h5 >
1515 < p > Archives a copy of the current sketch in .zip format. The archive is placed in
1616 the same directory as the sketch.</ p >
17+
1718</ div >
1819
1920< div class ="threecol ">
20- < h5 > Color Selector</ h5 >
21- < p > Simple interface for selecting colors as RGB, HSB, and Hex values.</ p >
21+
22+ < h5 > Movie Maker</ h5 >
23+ < p > Creates a QuickTime movie from a sequence of images. Options include setting the
24+ size, frame rate, and compression, as well as an audio file.</ p >
2225
2326 < h5 > Create Font</ h5 >
2427 < p > Converts fonts into the Processing font format and adds to the current sketch.
2528 Opens a dialog box which give options for setting the font, its size, if
2629 it is anti-aliased, and if all characters should be generated.</ p >
30+
2731</ div >
2832
2933< div class ="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 >
3334
3435 < h5 > Fix Encoding & Reload</ h5 >
3536 < p > Sketches that contain non-ASCII characters and were saved with Processing 0140
3637 and earlier may look strange when opened. Garbled text and odd characters may appear
3738 where umlauts, cedillas, and Japanese formerly lived. This will reload your sketch
3839 using the same method as previous versions of Processing, at which point you can
3940 re-save it which will write a proper UTF-8 version.</ p >
41+
4042</ div >
4143
4244< h3 id ="libraries "> < br /> < img src ="images/contributions.gif " width ="200 " height ="20 " alt ="Contributions " /> </ h3 >
@@ -53,7 +55,6 @@ <h3 id="libraries"><br /><img src="images/contributions.gif" width="200" height=
5355 < a href ="http://forum.processing.org/library-and-tool-development "> Libraries and Tool
5456 Development</ a > topic. Instructions for creating your own tool are on the
5557 < a href ="http://code.google.com/p/processing/w/ "> Processing Google Code</ a > site.< br />
56- < br />
5758</ p >
5859
5960<!-- When run online, variables will be set, don't insert anything. -->
0 commit comments