var fDesc=new Array(); fDesc[0] = "PixMaker Lite will let you snap, stitch and publish your images with just a few clicks. The Lite version is free to use with some limited capabilities.
Working with digital photos has never been so easy before: this amazing application can easily import any image of your choice and stitch it with another image. These interactive images can be easily published so that you can create 360° interactive PixAround Webpages intermingled with Hotspots to other Scenes.

Its simple interface includes highly professional functions such as: image stitching, hotspot creating, and publishing to website. The application also supports different options, such as sharpness selection, color correction and settings for viewing (these include speed settings for image spinning and zooming, automatic panning option and gradual stop).

The application supports images taken from any camera, recognizing the following input image formats: JPEG, BMP or PCD. Whereas the output formats supporting include: Scene (.jpg), Webpage (.asp), Postcard (.exe), PDA - PalmOS (.pdb), Windows CE (.jpg), and Print - on a single or multiple pages. The application also supports image viewing in 2D and 3D format."; 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 = ''; } }