var fDesc=new Array(); fDesc[0] = "PNGGauntlet is a .NET program that uses Ken Silverman's PNGOUT to optimize PNG files. Many PNG files output by popular graphics software packages like Photoshop or even Fireworks are not as small as they could be - PNGGauntlet squeezes the last bit of size out of them. Furthermore, no information is lost during this process - the only thing that changes is the file size. Just select the files you want to optimize (or drag them onto the window), select where you want them to go, and click the button. PNGauntlet can also be used to convert JPG, GIF, TGA, PCX, and BMP files to PNG.

The software license for PNGGauntlet permits unlimited distribution as long as nobody charges money for it, modifies it, or packages it with other software without my permission. It also frees me from any liability from your use of the software. A copy of the actual license is included in the installation and is viewable from the "About" dialog."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }