Scripted Imaging is a small Java component that is used to create Web page graphics using instructions specified in a high-level programming language. The output raster image is in one of the common formats (JPG, GIF and PNG) understood by all Web browsers. The source is a script file with a Java-like syntax that is interpreted at runtime.
You can use scripted imaging to create simple graphics like background images for pages, sections and form elements, rounded corners for sections, etc. all without using an image editor like PhotoShop or GIMP. Complex usage scenarios involve creation of chart elements (pie chart, bar chart), UML diagrams and flow charts to name a few.
Scripted Imaging should run on all platforms for which a Java Virtual Machine implementation is available. The current release has been tested to work fine on Microsoft Windows 2000/XP. Deployment on a Linux/Solaris OS should not pose any problem.
The recommended JVM is the one provided by Sun Microsystems as part of Java 2 Standard Edition. The target JVM version is 1.4.2 but the binaries should be upward compatible with Java 5 and 6.
For deployment in a Web environment, you will need, at the very minimum, a servlet container conforming to version 2.4 of the specifications. Support for Java Server Pages is not necessary.