var fDesc=new Array(); fDesc[0] = "Zerene Stacker is a “focus stacking” program designed specifically for challenging macro subjects and discerning photographers.
Of course it works great with simpler subjects, close-ups, and landscapes also!

This subject is a common fruit fly, as seen through a 100X microscope. Individual image on the left, stacked result on the right.

Main features:

- Highest quality output images, especially in difficult cases
- Accurate and robust alignment and interpolation
- Advanced stacking algorithms
- Clean handling of hairs and bristles -- no halos or contour lines
- Preserves low contrast detail and avoids "stacking mush" with deep stacks
- Fast and flexible retouching makes it easy to combine the best features of multiple algorithms as well as original frames
- Supports 8- and 16-bit input and output files
- Can generate stereo and 3-D rocking animations from a single stack, even for difficult subjects with structural overlaps and bristles.
- Designed to fully utilize modern multi-core processors and multi-processor computers
- Runs on all major computer systems: Microsoft Windows®, Macintosh OS X®, Linux®."; 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 = ''; } }