When working with computer images, there are times, when artistic talent, passion and engagement are they key ingredients.
But there are also other times, when the only necessary things are patience and accuracy. In these cases, it may be better to let the computer do the whole thing for you. This is where scripting steps in.
Scripting stands between hard-coded effects like bevel or colorize and manual modifications performed by the user with the drawing tools. It allows the users to create their own effects. A bit of programming is involved though. Scripting is by default accessible via the Effect->Custom operation menu.
Scripting in RealWorld apps is based on the JavaScript language. At the user disposal stand a couple of helper objects that can take care about user interface, file operations, image blending or application of built-in filters. It is also possible to use the drawing tools.
At this moment, there is one (a bit complex) tutorial about scripting.
The popular Arrow shape wizard in cursor editor was made using script. Now, there is a new page explaining how to improve the configuration of the wizard.
<< June 2011 - month of Colors | September 2011 - month of Feedback >> |
Interesting. I don't know any Javascript, but I know some C++, and ActionScript (Adobe Flash)
JavaScript syntax is very similar to C++. Some things are missing and there are some new, but writing loops, conditions, expressions, calling functions or methods is the same.
nice, I didnt know that
and yeah java is based on c++
Find out how Vista icons differ from XP icons.
See how RealWorld Icon Editor handles Vista icons.