Ever wanted to put a copyright on every picture users upload?
If you use attachment_fu to handle your uploads, and RMagick as image processor, its really easy to do.
You could do it like pointed in
this article, but whit this method, you have to copy-paste the watermark_image method for every attachment_fu model that you have. A simpler way would be to place the function in the attachment_fu plugin itself.