1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson -->
3<!-- Permission is granted to copy, distribute and/or modify this document -->
4<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
5<!-- or any later version published by the Free Software Foundation; -->
6<!-- with no invariant sections. -->
7<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
8<html>
9<head>
10	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
11	<meta name="author" content="Josh Coalson" />
12	<meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
13	<meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
14	<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
15	<link rel="stylesheet" type="text/css" href="flac.css" />
16	<title>FLAC - comparison</title>
17</head>
18
19<body>
20
21<div class="logo">
22	<a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
23</div>
24
25<div class="above_nav"></div>
26
27<div class="navbar">
28	&nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
29	&nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
30	&nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
31	&nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
32	&nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
33	&nbsp;comparison&nbsp;&nbsp;|
34	&nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
35	&nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
36	&nbsp;<a href="developers.html">developers</a>&nbsp;
37</div>
38
39<div class="langbar">
40	&nbsp;english&nbsp;&nbsp;|
41	&nbsp;<a href="ru/comparison.html">russian</a>&nbsp;
42</div>
43
44<div class="below_nav"></div>
45
46<div class="box">
47	<div class="box_title">
48		comparison
49	</div>
50	<div class="box_header"></div>
51	<div class="box_body">
52		Many lossless comparisons look at only compression ratio and speed.  FLAC decoding is the fastest among lossless codecs and it has the fastest encoding mode.  FLAC's compression is within 3% of even the most complex codecs.  Note that the compression ratios of all lossless codecs fall in a quite narrow range; the difference between the very best and very worst is only around 7%, and only 4% for the practical codecs.<br />
53		<br />
54		So the evaluation of lossless codecs typically depends mainly on other features, which is what our first table shows; features like how well it is supported in devices and software, licensing, etc.  Additionally, as archiving is one of the main applications for a lossless codec, of chief importance is the ability to use and recover data in the future.  FLAC stands out as the most widely supported codec, and the only codec that at once is non-proprietary, is unencumbered by patents, has an open-source reference implementation, has a well documented format and API, and has several other independent implementations.<br />
55		<br />
56		The rest of the tables show in detail the compression ratios and speed of the codecs in different modes.  FLAC's high decoding speed is due to very low complexity and is instrumental to its support by dozens of consumer electronic devices.<br />
57		<br />
58		<font size="-1">(Note: this comparison leaves out some archaic or impractical codecs; see <a href="#alternate_links">below</a> for some other comparisons.)</font><br />
59		<br />
60		Reviewed encoders (besides flac of course):
61		<ul>
62			<li>
63				Apple Lossless - A proprietary codec by Apple.
64			</li>
65			<li>
66				<a href="http://www.logarithmic.net/pfh/bonk">Bonk</a> - An open-source source codec.  No player or library support yet.
67			</li>
68			<li>
69				<a href="http://www.lossless-audio.com">La</a> - A closed source symmetric adaptive codec.  Highest compression ratio but extremely slow.
70			</li>
71			<li>
72				<a href="http://www.monkeysaudio.com/">Monkey's Audio</a> - A symmetric adaptive codec with good compression.  Source is available under a non-OSI license.
73			</li>
74			<li>
75				Ogg Squish - An open source source codec that is no longer maintained.
76			</li>
77			<li>
78				<a href="http://losslessaudiocompression.com/">optimFROG</a> - A closed source, Windows/Linux codec, with Winamp and XMMS plugins.  Slow but high compression ratios.
79			</li>
80			<li>
81				<a href="http://www.softsound.com/Shorten.html">Shorten</a> - A.J. Robinson's well-known codec; source is available <a href="http://rpmfind.net/linux/rpm2html/search.php?query=shorten">here</a>.
82			</li>
83			<li>
84				<a href="http://www.thbeck.de/Tak/Tak.html">Tak</a> - A new and efficient codec, but closed-source and Windows only.
85			</li>
86			<li>
87				<a href="http://www.wavpack.com/">WavPack</a> - A fine open-source codec, released under the BSD license.
88			</li>
89		</ul>
90		<br />
91		<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEED4"><tr><td>
92		<table width="100%" border="1" bgcolor="#EEEED4">
93			<tr>
94				<td align="right">
95					<font size="+1"><b>Codec</b></font>
96				</td>
97				<td bgcolor="#F4F4CC">
98					<font size="+1"><b>Source Available?</b></font>
99				</td>
100				<td bgcolor="#F4F4CC">
101					<font size="+1"><b>Player Support?</b></font>
102				</td>
103				<td bgcolor="#F4F4CC">
104					<font size="+1"><b>Hardware Support?</b></font>
105				</td>
106				<td bgcolor="#F4F4CC">
107					<font size="+1"><b>License Cost</b></font>
108				</td>
109				<td bgcolor="#F4F4CC">
110					<font size="+1"><b>OS support</b></font>
111				</td>
112			</tr>
113			<tr>
114				<td align="right" bgcolor="#F4F4CC">
115					flac v1.2.1
116				</td>
117				<td>
118					YES (<a href="http://www.opensource.org/licenses/index.html">OSI</a> approved license)
119				</td>
120				<td>
121					YES (<a href="http://www.xmms.org/">XMMS</a>, <a href="http://www.winamp.com/">Winamp</a>, <a href="http://alsaplayer.org/">AlsaPlayer</a>, <a href="http://music.yahoo.com/musicengine/">Y!&nbsp;Music&nbsp;Engine</a>, <a href="http://arcticlounge.com/maltx/">MacAmp&nbsp;Lite</a>, <a href="http://www.dbpoweramp.com/">dBpowerAMP</a>, <a href="http://www.saunalahti.fi/~cse/foobar2000/index.html">Foobar2000</a>, <a href="http://www.quinnware.com/">QCD</a>, <a href="http://www.hut.fi/~hylinen/apollo/Plug-ins.html">Apollo</a>, <a href="download.html#extras">many&nbsp;more</a>)
122				</td>
123				<td>
124					YES (<a href="http://www.slimdevices.com/">Squeezebox</a>, <a href="http://www.sonos.com/">Sonos</a>, <a href="http://www.phatnoise.com/technology/encoding.php">PhatBox</a>, Kenwood&nbsp;MusicKeg, <a href="http://www.cowonamerica.com/products/">iAudio</a>, <a href="http://www.request.com/">ReQuest</a>, <a href="http://www.olive.us/">Olive</a>, <a href="http://www.escient.com/">Escient</a>, <a href="http://www.trekstor.de/en/products/detail_mp3.php?pid=66">TrekStor</a>, <a href="links.html#hardware">dozens&nbsp;more</a>)
125				</td>
126				<td>
127					NONE
128				</td>
129				<td>
130					Linux, Windows, Mac&nbsp;OS&nbsp;X, *BSD, Solaris, OS/2, BeOS, Amiga&nbsp;OS, others
131				</td>
132			</tr>
133			<tr>
134				<td align="right" bgcolor="#F4F4CC">
135					WavPack v4.41
136				</td>
137				<td>
138					YES (<a href="http://www.opensource.org/licenses/index.html">OSI</a> approved license)
139				</td>
140				<td>
141					YES (Winamp, foobar2000, dBpowerAMP, <a href="http://wiki.hydrogenaudio.org/index.php?title=WavPack#Players">more</a>)
142				</td>
143				<td bgcolor="#D4D4C0">
144					maybe (some portables via <a href="http://www.rockbox.org/">Rockbox</a> firmware replacement)
145				</td>
146				<td>
147					NONE
148				</td>
149				<td>
150					Linux, Windows, Mac&nbsp;OS&nbsp;X, *BSD, Solaris, others
151				</td>
152				</td>
153			</tr>
154			<tr>
155				<td align="right" bgcolor="#F4F4CC">
156					Shorten v3.2
157				</td>
158				<td bgcolor="#D4D4C0">
159					YES (non-<a href="http://www.opensource.org/licenses/index.html">OSI</a> license)
160				</td>
161				<td bgcolor="#D4D4C0">
162					YES (Winamp, XMMS)
163				</td>
164				<td bgcolor="#D4D4C0">
165					maybe (some portables via <a href="http://www.rockbox.org/">Rockbox</a> firmware replacement)
166				</td>
167				<td bgcolor="#BCBCAC">
168					non-<br />commercial only
169				</td>
170				<td>
171					Linux, Windows, Mac&nbsp;OS&nbsp;9, Mac&nbsp;OS&nbsp;X, *BSD, Solaris, others
172				</td>
173			</tr>
174			<tr>
175				<td align="right" bgcolor="#F4F4CC">
176					Monkey's Audio v3.99
177				</td>
178				<td bgcolor="#D4D4C0">
179					YES (non-<a href="http://www.opensource.org/licenses/index.html">OSI</a> license)
180				</td>
181				<td>
182					YES (Winamp, MediaJukebox, dBpowerAMP, more)
183				</td>
184				<td bgcolor="#BCBCAC">
185					no
186				</td>
187				<td bgcolor="#BCBCAC">
188					?
189				</td>
190				<td bgcolor="#D4D4C0">
191					Windows, Linux console source
192				</td>
193			</tr>
194			<tr>
195				<td align="right" bgcolor="#F4F4CC">
196					Apple Lossless
197				</td>
198				<td bgcolor="#BCBCAC">
199					no
200				</td>
201				<td bgcolor="#D4D4C0">
202					YES (<a href="http://www.apple.com/itunes/">iTunes</a>)
203				</td>
204				<td bgcolor="#D4D4C0">
205					YES (<a href="http://www.apple.com/ipod/">iPod</a> only)
206				</td>
207				<td bgcolor="#BCBCAC">
208					unavailable
209				</td>
210				<td bgcolor="#BCBCAC">
211					Windows, Mac&nbsp;OS&nbsp;X
212				</td>
213			</tr>
214			<tr>
215				<td align="right" bgcolor="#F4F4CC">
216					Ogg Squish 0.98
217				</td>
218				<td>
219					YES (<a href="http://www.opensource.org/licenses/index.html">OSI</a> approved license)
220				</td>
221				<td bgcolor="#BCBCAC">
222					no (?)
223				</td>
224				<td bgcolor="#BCBCAC">
225					no
226				</td>
227				<td>
228					NONE
229				</td>
230				<td>
231					Linux, Windows, other UNIX
232				</td>
233			</tr>
234			<tr>
235				<td align="right" bgcolor="#F4F4CC">
236					Bonk 0.5
237				</td>
238				<td>
239					YES (<a href="http://www.opensource.org/licenses/index.html">OSI</a> approved license)
240				</td>
241				<td bgcolor="#D4D4C0">
242					YES (XMMS)
243				</td>
244				<td bgcolor="#BCBCAC">
245					no
246				</td>
247				<td bgcolor="#BCBCAC">
248					?
249				</td>
250				<td>
251					Linux, Windows, other UNIX
252				</td>
253			</tr>
254			<tr>
255				<td align="right" bgcolor="#F4F4CC">
256					optimFROG 4.21
257				</td>
258				<td bgcolor="#BCBCAC">
259					no
260				</td>
261				<td bgcolor="#D4D4C0">
262					YES (Winamp, XMMS)
263				</td>
264				<td bgcolor="#BCBCAC">
265					no
266				</td>
267				<td bgcolor="#BCBCAC">
268					?
269				</td>
270				<td bgcolor="#BCBCAC">
271					Windows, Linux
272				</td>
273			</tr>
274			<tr>
275				<td align="right" bgcolor="#F4F4CC">
276					La 0.3c
277				</td>
278				<td bgcolor="#BCBCAC">
279					no
280				</td>
281				<td bgcolor="#D4D4C0">
282					YES (Winamp, XMMS)
283				</td>
284				<td bgcolor="#BCBCAC">
285					no
286				</td>
287				<td bgcolor="#BCBCAC">
288					?
289				</td>
290				<td bgcolor="#BCBCAC">
291					Windows, Linux
292				</td>
293			</tr>
294			<tr>
295				<td align="right" bgcolor="#F4F4CC">
296					Tak 1.0
297				</td>
298				<td bgcolor="#BCBCAC">
299					no
300				</td>
301				<td bgcolor="#BCBCAC">
302					no
303				</td>
304				<td bgcolor="#BCBCAC">
305					no
306				</td>
307				<td bgcolor="#BCBCAC">
308					free for non-commercial use
309				</td>
310				<td bgcolor="#BCBCAC">
311					Windows
312				</td>
313			</tr>
314		</table>
315		</td></tr></table>
316		<br />
317		The machine used for encoding the test files is a PII-333 with 256 megs of RAM, running Windows NT 4.0 SP5.  Unfortunately, though flac runs just about everywhere, Windows is the lowest-common-denominator platform for all the encoders.  Apple Lossless was tested on a newer machine (P4-2.4GHz Windows 2000); only the overall encoding and decoding times are shown, and the times are scaled to the PII-333 by multiplying by the ratio of flac times on the PII to P4.<br />
318		<br />
319		By default when processing files, <span class="commandname">flac</span> computes the MD5 sum while encoding and decoding.  Since MD5 sums are not typically used in playback, and since most codecs either do not support MD5 sums or do not compute them by default, to make the comparison as accurate as possible MD5 checking was disabled for FLAC decoding.  However since it is currently not possible to disable MD5 computation for FLAC encoding, the FLAC encoding times here are 4-15% longer than they would be without MD5 checking.<br />
320		<br />
321		The audio corpus currently consists entirely of CD music tracks.  In the future it may include more kinds of input (like speech, other sample rates/resolutions, etc).  There are 14 tracks whose genres range from rock to pop to death metal to classical to chant.<br />
322		<br />
323		Here is a summary table of results on the whole corpus, using just the most 'economic' modes (the ones that give the most compression for the least amount of encode/decode time) for each codec.  The table is ordered by the average track compression ratio, which is the average of the ratios for each track; this keeps long tracks from having more influence than short ones.  Clicking the column header links will take you to complete tables ordered by that column.<br />
324		<br />
325		Shown in white, <span class="commandname">flac</span> in its default mode is right in the middle with respect to compression, relatively fast on the encoding range, and the fastest decoding.  This is about what you would expect; FLAC is designed to put most of the processing on the encoding side, which is only done once, whereas the adaptive codecs take as long to decode as encode.  FLAC is more suited in this way for playback on low-power devices, borne out by the <a href="links.html#hardware">many hardware devices which support it</a>.<br />
326		<br />
327
328		<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEED4"><tr><td>
329		<table width="100%" border="0" bgcolor="#EEEED4"><!-- @@@@@@ border="1" ? -->
330			<tr align="right">
331				<td>
332				</td>
333				<td align="center" bgcolor="#F4F4CC" colspan="2">
334					<font size="+1"><b>Encode time</b></font>
335				</td>
336				<td align="center" bgcolor="#F4F4CC" colspan="2">
337					<font size="+1"><b>Decode time</b></font>
338				</td>
339				<td align="center" bgcolor="#F4F4CC" colspan="2">
340					<font size="+1"><b>Compression</b></font>
341				</td>
342			</tr>
343			<tr align="right">
344				<td align="left" bgcolor="#F4F4CC">
345					<font size="+1"><b>Codec</b></font>
346				</td>
347				<td bgcolor="#F4F4CC">
348					<font size="+1"><a href="comparison_all_procenctime.html">Total</a></font>
349				</td>
350				<td bgcolor="#F4F4CC">
351					<font size="+1"><a href="comparison_all_cpuenctime.html">CPU</a></font>
352				</td>
353				<td bgcolor="#F4F4CC">
354					<font size="+1"><a href="comparison_all_procdectime.html">Total</a></font>
355				</td>
356				<td bgcolor="#F4F4CC">
357					<font size="+1"><a href="comparison_all_cpudectime.html">CPU</a></font>
358				</td>
359				<td bgcolor="#F4F4CC">
360					<font size="+1">Size</font>
361				</td>
362				<td bgcolor="#F4F4CC">
363					<font size="+1"><b>Avg.ratio</b></font>
364				</td>
365			</tr>
366			<tr align="right"><td align="left">Tak 1.01 (normal)</td><td>11:42.59</td><td bgcolor="#F8F8E8">8:12.00</td><td>6:36.47</td><td bgcolor="#F8F8E8">3:38.14</td><td>391.16 MB</td><td bgcolor="#F8F8E8">51.39%</td></tr>
367			<tr align="right" bgcolor="#D4D4C0"><td align="left">Monkey's Audio 3.99 (normal)</td><td>13:20.15</td><td bgcolor="#E0E0D4">9:56.40</td><td>14:24.02</td><td bgcolor="#E0E0D4">11:33.71</td><td>393.17 MB</td><td bgcolor="#E0E0D4">51.97%</td></tr>
368			<tr align="right"><td align="left">optimFROG 4.21 (mode 0 @ 4x)</td><td>16:36.98</td><td bgcolor="#F8F8E8">12:51.58</td><td>17:55.55</td><td bgcolor="#F8F8E8">14:58.99</td><td>394.69 MB</td><td bgcolor="#F8F8E8">52.24%</td></tr>
369			<tr align="right" bgcolor="#D4D4C0"><td align="left">Tak 1.01 (turbo)</td><td>7:25.21</td><td bgcolor="#E0E0D4">3:51.02</td><td>6:16.82</td><td bgcolor="#E0E0D4">3:10.87</td><td>399.97 MB</td><td bgcolor="#E0E0D4">52.71%</td></tr>
370			<tr align="right"><td align="left">WavPack 4.41 (high)</td><td>11:48.47</td><td bgcolor="#F8F8E8">7:45.58</td><td>9:19.07</td><td bgcolor="#F8F8E8">6:05.35</td><td>399.90 MB</td><td bgcolor="#F8F8E8">52.73%</td></tr>
371			<tr align="right" bgcolor="#D4D4C0"><td align="left">Monkey's Audio 3.99 (fast)</td><td>10:24.29</td><td bgcolor="#E0E0D4">6:58.46</td><td>11:32.07</td><td bgcolor="#E0E0D4">8:37.81</td><td>400.57 MB</td><td bgcolor="#E0E0D4">53.11%</td></tr>
372			<tr align="right"><td align="left">WavPack 4.41 (normal)</td><td>9:48.59</td><td bgcolor="#F8F8E8">5:46.91</td><td>7:37.26</td><td bgcolor="#F8F8E8">4:30.11</td><td>405.84 MB</td><td bgcolor="#F8F8E8">53.56%</td></tr>
373			<tr align="right" bgcolor="#FFFFFF"><td align="left">FLAC 1.2.1 (-5, default)</td><td>10:07.41</td><td bgcolor="#FFFFFF">6:35.68</td><td>5:23.16</td><td bgcolor="#FFFFFF">2:22.41</td><td>406.25 MB</td><td bgcolor="#FFFFFF">53.67%</td></tr>
374			<tr align="right"><td align="left">FLAC 1.2.1 (-3)</td><td>7:23.77</td><td bgcolor="#F8F8E8">3:47.42</td><td>5:31.15</td><td bgcolor="#F8F8E8">2:19.07</td><td>412.42 MB</td><td bgcolor="#F8F8E8">54.57%</td></tr>
375			<tr align="right" bgcolor="#D4D4C0"><td align="left">WavPack 4.41 (fast)</td><td>8:52.27</td><td bgcolor="#E0E0D4">4:47.74</td><td>6:33.73</td><td bgcolor="#E0E0D4">3:28.19</td><td>415.05 MB</td><td bgcolor="#E0E0D4">54.92%</td></tr>
376			<tr align="right"><td align="left">Apple Lossless (iTunes 4.5)</td><td>19:53.27</td><td bgcolor="#F8F8E8">19:53.27</td><td>10:01.86</td><td bgcolor="#F8F8E8">10:01.86</td><td>414.45 MB</td><td bgcolor="#F8F8E8">54.96%</td></tr>
377			<tr align="right" bgcolor="#D4D4C0"><td align="left">Bonk 0.5</td><td>51:45.58</td><td bgcolor="#E0E0D4">48:32.10</td><td>42:02.76</td><td bgcolor="#E0E0D4">39:05.43</td><td>418.65 MB</td><td bgcolor="#E0E0D4">55.43%</td></tr>
378			<tr align="right"><td align="left">FLAC 1.2.1 (-1)</td><td>6:24.51</td><td bgcolor="#F8F8E8">2:42.93</td><td>5:26.87</td><td bgcolor="#F8F8E8">2:17.49</td><td>431.72 MB</td><td bgcolor="#F8F8E8">56.97%</td></tr>
379			<tr align="right" bgcolor="#D4D4C0"><td align="left">Shorten 3.2a (-p0 -b256, default)</td><td>10:01.38</td><td bgcolor="#E0E0D4">6:23.40</td><td>6:38.43</td><td bgcolor="#E0E0D4">3:30.66</td><td>433.56 MB</td><td bgcolor="#E0E0D4">57.29%</td></tr>
380			<tr align="right"><td align="left">RIFF WAVE</td><td>73:44.94</td><td bgcolor="#F8F8E8"></td><td>73:44.94</td><td bgcolor="#F8F8E8"></td><td>780.56 MB</td><td bgcolor="#F8F8E8">100.00%</td></tr>
381			</table>
382			</td></tr></table>
383		<br />
384
385		Here are links to the full summary table (all codecs, all modes) and tables for each individual track.  The individual track tables are sorted only by compression ratio since the relative encoding and decoding times are the same as for the whole corpus.
386		<br /><br />
387
388		<b><a href="comparison_all_ratio.html">Complete summary table</a></b><br />
389		<br />
390		<a href="comparison__chopin_prelude_24.html">Frederic Chopin  Prelude No.24 in d minor </a><br />
391		<a href="comparison__dream_theater_600.html">Dream Theater  6:00 </a><br />
392		<a href="comparison__eddie_warner_titus.html">Eddie Warner  Titus </a><br />
393		<a href="comparison__fanfare_de_l_eventail_de_jeanne.html">Maurice Ravel  Fanfare from "L'eventail de Jeanne" </a><br />
394		<a href="comparison__gloria_estefan_conga.html">Gloria Estefan  Conga </a><br />
395		<a href="comparison__hand_in_my_pocket.html">Alanis Morissette  Hand In My Pocket </a><br />
396		<a href="comparison__l_sub_raga_sivapriya.html">L. Subramaniam  Raga Sivapriya </a><br />
397		<a href="comparison__laetatus_sum.html">The Benedictine Monks of Santo Domingo de Silos  Laetatus Sum </a><br />
398		<a href="comparison__mummified_in_barbed_wire.html">Cannibal Corpse  Mummified In Barbed Wire </a><br />
399		<a href="comparison__prokofiev_pcon3_3.html">Sergei Prokofiev  Piano Concerto No.3 (3rd movement) </a><br />
400		<a href="comparison__ravel_sq4_4.html">Maurice Ravel  String Quartet (4th movement) </a><br />
401		<a href="comparison__scarlatti_k42.html">Domenico Scarlatti  Sonata K.42 (arr.Yepes for guitar) </a><br />
402		<a href="comparison__tool_forty_six_and_2.html">Tool  Forty-six &amp; 2 </a><br />
403		<a href="comparison__white_room.html">Cream  White Room </a><br />
404
405	</div> <!-- box_body -->
406	<div class="box_footer"></div>
407</div>
408
409
410<div class="copyright">
411	<!-- @@@ oh so hacky -->
412	<table>
413		<tr>
414			<td align="left">
415				Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson
416			</td>
417			<td width="1%" align="right">
418				<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
419			</td>
420			<td width="1%" align="right">
421				<a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br />
422			</td>
423			<td width="1%" align="right">
424				<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a>
425			</td>
426		</tr>
427	</table>
428</div>
429
430</body>
431</html>
432