var fDesc=new Array(); fDesc[0] = "You can create smaller image files, match PNG and CSS colors, and edit more types of PNG files with the PNGOUT Plugin, a file format plug-in for Adobe® Photoshop.
Main Features:
- Match PNG and CSS colors by removing gamma information (the gAMA chunk)
- Read and write 8-bit Indexed Alpha PNG images (i.e., 256 colors with 256 levels of transparency/opacity)
- Create smaller files than ImageReady® (Save for Web)
- Set the background chunk for broad browser support of PNG transparency"; 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 = ''; } }