I have a black & white gif from a remote site that changes every day by a script. I want to replace the black part of the image with red. Do you know how to do this in javascript? (No PHP or PNG transparency trick)
The mug example in this tutorial almost works, but I only want to replace the black with red automatically on my server. Maybe a simple tweak there?