Wednesday, May 4, 2016

Watermark Image PHP Script Create A Watermark Image In PHP Using Another Image

The php script will watermark image using another image. A simple approach to put your company logo or copyright notice on the image, thus protect it from stealing.

Package contains example for watermarking all the jpg images in a folder. Can be easily changed to process gif and png images.

How to use:

  • Unpack php  files, and save them on the server where you have images for watermarking.
  • Update watermark_image_example.php to match your requirements: set images folder and watermarked images folder.
  • Open the file in browser, and it will generate watermarked images according to your settings.
Download Watermark Image PHP Script