var fDesc=new Array(); fDesc[1] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF."; fDesc[2] = "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[3] = "2000 compression artifacts, sharpens and corrects edges without overshooting or noise amplification; and creates unique effects."; fDesc[4] = "and drop feature it is totally user friendly. We can easily create folders and subfolders that have unique templates and designs and host them online without any need for extra hosting. All we need to publish the albums online and share them with our friends is a user ID."; fDesc[5] = "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[6] = "effects to your photos. Within the application you will find a wide set of useful effects like: Rotate to left or right, fix red eye, enhanced color, denoise, deblur, make up, lighting, straighten, resample and crop."; fDesc[7] = "Whenever we take photos with a mobile phone camera, we have to face vignetting, poor color appearance, poor sharpness & contrast, and also JPEG compression artifacts related issues with our photos, so these photos are not perfect for albums,"; fDesc[8] = "menu bar, one toolbar, two windows and in the foot of the program we can see an advanced box, a filter strenghtt and two buttons more."; fDesc[9] = "compressing a JPEG image, we didn’t get the same quality results. If you want to get rid of this problem then Topaz DeJPEG will be the correct choice."; fDesc[10] = "enlargement of JPEG Images. The software will help developers and professional photographers to get an enlarged size of the jpeg image, originally captured in the camera, without any distortion to the quality of the image."; fDesc[11] = "removal, date/text/EXIF data imprint and more. Batch processing of images."; fDesc[12] = "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[13] = "performs JPEG artifact and blotchy-look removal, median noise reduction, smooth image resizing, contrast and crispness control."; fDesc[14] = "a 100% \"super-fine\") quality. Based on advanced science-intensive technology, it is a must-have graphics tool for all."; fDesc[15] = "photos and applies different sets of specially designed filters to process different types of photos."; 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 = '...'; } }