Watermark an image in C#

September 3, 2015 amit 1

Function to add a text watermark in C#. It is a generic function which can be used in either a desktop application or an ASP.NET […]

Watermark an image in PHP

September 3, 2015 amit 0

How to add a line of text as a watermark to any image (jpg/png/gif) using the built-in GD functions. The code given here should run […]