Project ID:
466230
Project Type:
Fixed
Budget:
$30-$250 USD
Project Description:
Quick details:
Hi
I need to add a picture watermark to an animated gif image. This is my requirement. I have current code that adds a watermark to static images (.jpg, .psd), but it doesn't work on animated .gifs.
All the uploading & validating is already coded. I just need a function that adds the watermark.
You can show me a working model in your test server, where I can upload an animated gif and test.
Please don’t post your information’s, just send me the link. That will be fine.
Thanks
FULL DETAILS:
I have a .php page that uploads image files. Every image that's uploaded gets a watermark added to it. I need a function that will add a watermark to an animated .gif, while keeping the animation. I'm on a great server that has all the latest tools (php, GD library,...).
I already have the code that accepts the upload, validates it, & everything else.
I simply need to insert a function like so:
if (file == .gif){
add_watermark (filename.gif);
}
(obviously in laymans terms). What I need is the code that would go in 'add_watermark().' I also need code that checks if a gif is an animated .gif or a regular gif (if this is possible, or if it matters). Basically a person can upload a static .gif or an animated .gif & I need my program to add the watermark to either. It already works with the static .gifs, so we either need to identify if it's animated, or run both static & animated .gifs through the new function.
Right now I'm using a function that works with static images (.psd, .jpg, .gif). It even takes an animated .gif, copies the 1st frame & adds the watermark. I need it to maintain the animation. I can provide the code that currently handles the watermarking.
Let me know if you have any questions. Thanks,
-David
Professionals You Contacted
Skills required:
PHP