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 […]

Detect Similar Documents Using PHP

April 26, 2015 amit 0

Discovering identical content or similar content is done using an algorithm called Finding Document Distance. Using this algorithm, applications for finding copyright infringements, detecting duplicate […]