I would like to have a picture covered up with another image then I would set a countdown and the top image would be slowly disappearing, pixel by pixel till the bottom image is fully visible, any ideas?

I did try a few scripts related to:

imagesetpixel
imagelayereffect
imagealphablending

but nothing did actuallt worked the way i need it to.

Thanks in advance!

Leo

Recommended Answers

All 2 Replies

Do you mean that this effect has to happen in real time or are you trying to 'render' the images with GD?
Because if you're aiming for real time, GD wouldn't be my tool of choice since you'd have to use for instance AJAX to get every next image from a PHP script.
If real time is what you want I suggest you take a look at jQuery and the dozens of freely available scripts made with it.

yes insensus is right...u must go for jquery or flash....both will work superb for this problem...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.