I have a client who wants to watermark their images on a IIS server running ColdFusion 10. I'm looking for any way to avoid mutilating all images with a batch update and having to manage both a version watermarked and one for the original.
Can watermarking be done on the fly for high-rez images with ColdFusion and not overload the server? I'm thinking if I exclude the folder from search engine traffic with robots.txt then it would not be more than the visitors' traffic and this could be possible. A flexible solution like this would be ideal, allowing the client to update the look of the watermark without re-batching.
How would you handle it?