var fDesc=new Array(); fDesc[0] = "PanoTransform Photoshop plug-in filter rotates mirror ball and panoramic photos in 3D space. Now produce stunning panoramic images easier and faster than before.

PanoTransform translates your 2D mirror ball and panoramic photos into 3D space, rotates the 3D values and then converts it back to a 2D image.

Always produce perfect 360x360 panoramic image. Rather than taking dozens of photos and stitching them together to produce a panoramic image, take 2 photos of a mirror ball at different angles from each other and then mask them together to remove the photographer. PanoTransform is needed to rotate one of the mirror ball photo's to perfectly match the first photo."; 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 = ''; } }