var fDesc=new Array(); fDesc[0] = "TiffDLL is a comprehensive tool for Tiff and other graphics files. Reformatting, multipage handling, annotations, resizing, and much more. Support for many Tiff compressions. Easy to use and versatile for .NET and VB applications. Command-line version is also available.

TiffDLL90 is for .NET; TiffDLL50 is for VB6. TiffDLL90Command is for command-line use. Royalty-free distribution. For 64-bit projects you should use the Command-line version. The command-line version runs like a DLL; it returns an exit code."; 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 = ''; } }