var fDesc=new Array(); fDesc[0] = "OptiPNG-UI is the GUI created by Vincenzo Fleri for the original program OptiPNG of Cosmin Truta.
Through OptiPNG-UI you can optimize the PNG images (Portable Network Graphics) by reducing the bytes size as far as possible without loss of quality.
The original program of Cosmin Truta (included in this version of OptiPNG-UI) works as command line without graphic user interface and requires manually entering of parameters (difficult method for beginner users).
OptiPNG-UI, however, provides the ability to set options of the program through a friendly and intuitive user interface."; 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 = ''; } }