var fDesc=new Array(); fDesc[0] = "AnglerFish converts fisheye images to rectilinear and cylindrical projections. Geometrical transformations, which can be used for all images (fisheye and rectilinear). There are perspective corrections, rotations, distortion adjusting, scale and height/width ratio. Adjusting edges width in photos taken with the ultra-wide lens. Automatic or manual image cropping and batch processing.

Built-in bicubic interpolation, which is the best, when the source and destination sizes are similar. All transformations are performed in one step, to minimalize quality degradation."; 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 = ''; } }