What is the best PHP watermarking image class? #watermarking image
Edit
by sunil - 8 years ago (2016-06-17)
watermarking image
| I need to put a watermark in a image. |
Ask clarification
2 Recommendations
Image Batch Processor: Apply graphical operations on a set of image files
This package can be used to apply graphical operations on a set of image files.
It provides one class that has variables with values that define parameters of the supported graphical operations on each of the files to be processed.
The main class can iterate over the list of files and apply each of the defined operations.
Currently it can proportionally resize images to create thumbnails, rotate images, convert between different image formats, append textual labels or add watermarks.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-05-30) Comment
this class is surely one of the best for watermarking... |
This class can create thumbnail images or with watermarks.
It can open images in the formats GIF, JPEG, PNG, BMP or WBMP.
The class can create thumbnails of the original image with a given size, add watermark text or image, crop the image to given dimensions and convert format.
| by Manuel Lemos 26695 - 8 years ago (2016-06-21) Comment
This class can add watermarks to images as well create thumbnails if you need them too. |