var fDesc=new Array(); fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature."; fDesc[2] = "very high speed rotation that can sometimes occur when ripping CDS or DVDs to the hard drive. Acoustic Silencer will not remove defects caused due to improper disc geometry or defects in the drive clamping mechanism."; fDesc[3] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs."; fDesc[4] = "plug-ins: Vinyl Restoration™, Noise Reduction, Clipped Peak Restoration™, and Click and Crackle Removal™ plug-ins. Save valuable time and money by applying the Noise Reduction processing power to salvage vintage vinyl recordings, and rescue problem tracks."; fDesc[5] = "tool for owners of digital cameras, flatbed and slide scanners; and is for use by both professional photographers, and digital image processing enthusiasts. Neat Image not only reduces the high ISO noise associated with image sensors in digital cameras and scanners, it can also reduce the film grain visible in scanned slides and negatives, JPEG artifacts of overcompressed images, and color banding, and at the same time makes images sharper. Neat Image is indispensable in low-light, wedding, sport, and action photography. Features include: Premium quality of noise reduction provided by the most advanced noise reduction algorithms in the industryNeat Image uses device noise profiles to make noise reduction custom-tailored to your imaging device. Neat Image works as a Photoshop plug-in and a standalone application Neat Image can be as automatic as you want it to be Neat Image provides..."; fDesc[6] = "2000 compression artifacts, sharpens and corrects edges without overshooting or noise amplification; and creates unique effects."; fDesc[7] = "reduce or even eliminate this noise. This program is an effective tool for removing or eliminating noise from digital and scanned images because of its filtering algorithm, which is fast and sophisticated."; fDesc[8] = "create small, unwanted imperfections among image details known as 'noise' that can be reduced to create even better, more natural digital photos. Reducing noise while balancing image details, color, and light can increase the quality of virtually every digital photo. Dfine targets noise and unwanted imperfections that may be a part of your image and allows you to control and redefine image details. Perform noise reduction, JPG artifact reduction, and enhance color and light to create better photographic prints. Dfine adapts to your needs and the needs of each individual image. Target specific noise or selectively enhance the image with a variety of specially designed digital photographic features. Shoot, Dfine, Edit. Shoot your images, define details, and edit your images. Better digital images come from using the right tools at the right time. Prepare your digital images for the image..."; fDesc[9] = "exposure. However high ISOs have a great problem, there´s a lot of noise. Noiseware Professional Edition will help you correct as much as possible the problem of noisy pictures. Noiseware Professional Edition acts as a noise filter which will improve your photos."; fDesc[10] = "colored points. In the world of photo such artifacts are called noise. Because of the noise great frames can be damaged. Topaz Denoise is a great plug-in for Adobe Photoshop that was developed for reducing noise level of photos."; fDesc[11] = "sounds. Those sounds are the mainly the sounds that one would consider white noise. They are often used for relaxation and meditation. The sounds range from several types of rains to wildlife in India."; fDesc[12] = "quality of the digital image. PureImage has a great set of features attached to it. The wavelet Noise reduction is the best feature of this software. The auto-tuning of the noise function enables."; fDesc[13] = "either reduce or even completely remove noise from an image. The noise reduction or removal is done by sophisticated noise filtering algorithms, which also process the image quickly."; fDesc[14] = "blue pixels that compromise the smoothness of a photo. AKVIS Noise Buster reduces both luminance and color noise."; fDesc[15] = "pictures which are really not clear at low light. Neatimage can scan a picture to find out / create the noise profile for a particular camera. By using that profile, we can remove the noise and make our picture clear."; 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 = '...'; } }