This PHP script adds a watermark to a batch of images in the "input" folder and saves the watermarked images in the "output" folder. You can customize the watermark text, opacity, color, and more.
- Place your images in the "input" folder.
- Run the script.
- Enter the watermark text when prompted.
- The watermarked images will be saved in the "output" folder.
- Change the watermark text by modifying the
$text
variable. - Adjust the watermark opacity by changing the
$opacity
variable. - Customize the watermark color by modifying the
$color
variable. - You can change the font used for the watermark by replacing the 'ariblk.ttf' file.
- JPEG
- PNG
You can find example images in the "input" folder before watermarking and in the "output" folder after watermarking.