scripting languages












Last change at 17. of June, 2001




Some script examples in perl that are gimp related...

Be sure to have a gimp in perl server up and running, when you start these scripts.

gtext.tbz2 (884 Bytes) generates two output files, i used this script for the menu pictures of my web page.

gdiff.tbz2 (38026 Bytes) takes two input pictures and pixels that are black in one picture and white in the other will be transparent in the output picture. I use this to generate an animated 3D-logo with transparent background. The pictures of the animated logo are generated with , first with a black background, second with a white background. The generated difference pictures can then be used to stamp them into JPEGs, that then make an animation.

gscreen.tbz2 (733 Bytes) is an example for some text drawing in pictures. It will hopefully make an intro for an animation when it is finished.

ganim.tbz2 (2720 Bytes) is a script that generates single pictures for an animation. I use it to generate AVI files that can be mixed with captured sequences.