var fDesc=new Array(); fDesc[1] = "way. The application includes interesting and unique features including voice comments, sensor dust filter, haze compensation, spectral sensitivity controls, chromatic aberration filter, vignetting and barrel corrections, among others."; fDesc[2] = "package for the guitarists. AmpliTube Live has been recognized by many well-known guitarists and popular music editions as one of the best guitar effects. It is easy to control this program and its settings."; fDesc[4] = "brightness and chromatic aberrations. You will get an amazing image quality improvement."; fDesc[5] = "and hight precision; it supports more than 30 different 'temperaments', historic as well as modern."; fDesc[6] = "with them via its piano keyboard, harmonica player, karaoke text display, lyrics display and more. With a simple interface even the amateur musician can learn to play music without having any professional training."; fDesc[7] = "organizer, tab finder, chord library, jam machine, song jam, and much more. Everything the guitarist/musician needs, all in one package."; fDesc[8] = "users require to create 360-degree panoramic images and web virtual tours by ‘stitching’ overlapping images seamlessly together. Users are presented with a user-friendly interface that they can import/open files of JPEG, TIFF, or Quicktime for editing."; fDesc[9] = "plug-in. Directly aimed at the Photoshop professional seeking an easy to use solution with all important tools directly available from one interface. It consists of 5 components that work independently as well as in combination with the other plug-in components. The option to save the specific job settings for repeated use boosts productivity. Unsharp Mask: This component is used for making images look more crisp or for adding special sharpening effects. The filter identifies color differences and offers controls for changing sharpness. One can precisely define contour size, sensitivity, amplification and contour response and even selective sharpening based on luminance. Advanced Blur: All different blur adjustments in one easy to use interface, with full preview. Built on an enhanced algorithm, this PhotoTools component offers 4 commonly used blur styles: Gaussian, Motion, Smart and..."; fDesc[10] = ", chromatic aberration, vignetting correction and other pro features. Voice comments, multiprocessor support and more."; fDesc[11] = "captured under specific conditions that a camera lens can't handle correctly. All professional tools for common lens corrections are combined in a very straightforward and easy to use interface. Lens Distortion: With the Lens Distortion component it's possible to fix both pincushion as well as barrel distortion. Spherised or inflated images can easily be corrected. Included with this component is correction of chromatic aberration. Perspective: Perspective distortion transfers rectangular objects to slanted items in a photo. A common example is in architectural photography. The distortion introduced with shooting an image when a camera base is at a low angle from a building, with the object towering above the photographer can be fi xed by using this filter. Squeeze: Stretching at the edges of an image can be the result of using a wide angle lens to capture a group of objects in a line,..."; fDesc[12] = "different color into tiles and rearranging the resulting tiles into the original image."; fDesc[14] = "Photoshop or Corel PHOTO-PAINT. The plugin's intuitive interface allows color correction using the natural language of color. The user is freed from the complex study of color systems and freed from having to match the characteristics of \"color channels\". Color Pilot Plugin can help anyone attain excellent results using a user-created collection of reference colors. Color Pilot Plugin gives multiple image sets chromatic consistency by processing with a single, user-created color style. The software is easily mastered, and includes built-in color correction examples."; fDesc[15] = "Measures resolution (MTF, LSF, edge profile), chromatic aberration and noise. Measurements are presented in graphical and numerical form."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }