var fDesc=new Array(); fDesc[0] = "GetData Graph Digitizer is a program for digitizing graphs and plots. It is often necessary to obtain original (x,y) data from graphs, e.g. from scanned scientific plots, when data values are not available. GetData Graph Digitizer allows to easily get the numbers in such cases.
Main features of GetData Graph Digitizer are:
* supported graphics formats are TIFF, JPEG, BMP and PCX;
* two algorithms for automatic digitizing;
* convenient manual digitizing;
* reorder tool for easy points reordering;
* save/open workspace, which allows to save the work and return to it later;
* obtained data can be copied to the clipboard;
* export to the formats: TXT (text file), XLS (MS Excel), XML, DXF (AutoCAD) and EPS (PostScript)."; 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 = ''; } }