var fDesc=new Array(); fDesc[0] = "Gertrudis Pro What is Gertrudis Pro? Is a standalone software that transform an image (generally photo) into an original artwork. With it's tools the designer will be able to create different versions of the picture: oil painting, aquarela, crayon, and other styles. It works with two images: The Original and the Resultant image, and provides a set of tools that enable the user to create an stylized version of the original image. Key features: * Realistic imitations of the traditional media: Aquarela, Oil, Crayon, and others. * Advanced Style Management: It lets creating variations of the existing styles or create new styles from scratch. * Easy of use: The designer can choose the option of giving the direction of the strokes in an automatic way this is done by our exclusive flow analysis algorithm. * High resolution pictures output: Since the size, position and direction of each stroke is recorded, this lets Gertrudis Pro to render the picture at any resolution. What's new in Gertrudis Pro * Bitmap Bruhes: Now supports bitmap brushes. This new feature opens the door to many new artistic styles. See Examples * New Style Management: There is more emphasis in the use of the styles. The user has the freedom to choose a variety of different styles, and to define his own styles. The interface of the style manager was redesigned for making it more intuitive and comfortable. See Screenshots * High resolution pictures output: Once finished the picture, you can render it at a higher resolution. The high resolution version o Key features: * The strokes direction may be given in an automatic way by an exclusive flow analysis algorithm. * Each stroke is recorded in a vectorial format, this let the user to export the resulting drawing as a Postscript format. * The resulting drawing will show details even at large scales because it can be rendered at any resolution."; 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 = ''; } }