var fDesc=new Array(); fDesc[0] = "Convert Image lets you convert between a variety of photo formats including PNG, JPG, BMP, TIFF, CUR, ICO, and TGA. It can be useful if you require complicated conversion jobs be done on a regular basis. By saving and recalling a conversion job file, 'Convert Image' quickly remembers all the conversion tasks and their details. You can schedule a conversion job at a regular interval (time or calendar based) while optionally moving/deleting the input files.

In addition to file conversion, numerous special processes for images have been included. You can resize, rotate, flip, skew, change contrast, modify gamma, and add special effects and filters.

Convert Image can be run using the commandline too."; 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 = ''; } }