Dissolve image transition effect

I'm doing an application that requires displaying images in the background (each one is displayed for 15 second).

The problem I'm facing is that when switching from one image to another, it must have the dissolve transition effect (dissolve the current image and in the same time display the new one gradually)...

Anyone knows any algorithm or source code (in any languages, no need java) for doing that?

Thanks for viewing...

[453 byte] By [haitrieu.phunga] at [2007-10-3 2:27:21]
# 1
I have never done this in Java but on a guess I found a class called AlphaComposite that looks like it might have the right juice.
marlin314a at 2007-7-14 19:26:25 > top of Java-index,Other Topics,Algorithms...