var fDesc=new Array(); fDesc[1] = ", new panels for Masks and Adjustments, on-the image that we can apply some adjustments to the style of Photoshop Lightroom, a 3D engine, and then only for begin."; fDesc[2] = "simple way. It includes all the common tools including Hue/Sat/Luma, Cloning, Sharpening, etc. and plenty professional tools like Barrel-Pincushion, Chromatic Aberration, Perspective Correction, to name but a few."; fDesc[3] = ", cameras or clipboard. You can then work on the images using Pixia and then save the result in lots of different formats."; fDesc[4] = "pencil or whatever may the talent be. The application has been designed to suit all categories of users, right from the amateurs who wish to play around with the paint brushes down to the advanced users who appreciate layer blend modes, tracing and referencing images"; fDesc[5] = "purposes only, the LRPD has decided to offer such an application, so that the general public can witness by themselves the damage that can be caused by its use. You can download the PC Version (5Mb) or the MAC OS8-9 or OSX versions of Safer Vandalism Studio(tm) here, or try out the online version."; fDesc[6] = "almost the same way as Photoshop with similar support for pressure sensitive tools. But Painter also emulates the visual characteristics of traditional art painting such as oil paint, pastel sticks, charcoal, etc. supporting several textured surfaces."; fDesc[7] = "difficult setup is required. Your photos are turned into paintings in front of your eyes in a few seconds."; fDesc[8] = "able to create different versions of the picture: oil painting, aquarela, crayon, and other styles."; fDesc[9] = "abilities in a fun way. All thanks to the graphic engine of the program, allowing the kids to paint but not just like the traditional ways like a pencil and a paint bucket."; fDesc[10] = "library of brushes to use, or you can build your own brushes. The ability to record your process or download and watch other people's drawing progress is unique, fun and educational. OpenCanvas is easy to use, fully featured and great value for the money!"; fDesc[11] = "application is that it’s a freeware; so any one can use it, modify and distribute it complying with the GNU License. mtPaint source codes are pure C language, and the software can run on all the operating systems."; fDesc[12] = "landscape painting - the program will make your ideas a reality. You achieve a realistic result coming very close to hand painted works. Try trial version!"; fDesc[13] = "represent Carrie again. After the adventure of taking care of babies in the six continents around the world, you’ve adopted a child in Africa called Safi, and now you’re back ready for your next adventure: preschool. You’ll have to teach the kids painting, writing, shape-sorting, and much more."; fDesc[14] = "where everything on the screen can be clicked and used to compose a picture. This studio layout uses brightly colored, rendered images of everyday objects to represent the various painting tools. Many of these easy to use tools are actually sophisticated image processing effects in disguise.Discover Painting features over 30 painting and drawing tools, in addition to a library of 144 stamps, visual special effects, sounds effects, and an expandable set of coloring pages and starter backgrounds.Parent Friendly TooDiscover Painting also includes an option specifically designed to conserve printer ink. Complete instructions are provided in the form of standard help screens and automatically appearing tool tips. The main window always opens full screen to maximize the painting area and to minimize the chance of kids accidentally clicking on something off limits."; fDesc[15] = ", scanned or downloaded images. With a series of simple steps, you can obtain a printable grided image for transfering it to your canvas. Also, the program yiends a color analysis showhing you how to obtain any of the colors shown in the image."; 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 = '...'; } }