Alvin Khoo's Articles
Watermark your Images in Python 2.x
When you take photographs and post it onto the internet, it is often handy adding a watermark to prevent and discourage unauthorized copies or image theft. Below is a simple Python script that uses the PIL module to watermark your images. It adds a visible text watermark to the image using the system font. [python] […]
Read More