gimp plugin info
hmm... did anyone get this?? seems this list is pretty dead, right??
----------------------------------------------------------------
hey there!!
im developing an open source game, and i need a fairly simple plugin. i
can script in python, but not very well, and i have NO idea about
whatever the default gimp scripts are created in..
anyway, the problem is that we need to add shadows to several sprites.
teh shadows are simply every second pixel coloured in black, and the
next row offset by one, so it looks like black diagonal lines. The
sprites are in 256 color bitmap form. the plugin should look at the
image, ask the user to place the base of the image, the direction, and
the length of the shadow.when the user clicks "go", the plugin then
takes the pixels above the base point, and draws a shadow going in the
correct direction, for the correct distance. It should also take into
account what the image above the baseline looks like as well.
as i said before, i have no idea about gimp scripting, but i can reward
the person who comes up with the best script, by:
1.- placing your name in the game credits (due to come out in about 1
years time).
2.- placing your name on the website, with a link to your homepage, if
you have one.
so yeah, if anyone can do something like this, please let me know, this
would speed up development considerably.
thanks.