php-watermark icon indicating copy to clipboard operation
php-watermark copied to clipboard

Add text or image Watermark on image and PDF files

Results 7 php-watermark issues
Sort by recently updated
recently updated
newest added

I am using this package to apply watermark on pdf files bu watermark does not merged with pdf file, instead **withImage()** function return **false**. ``` $watermark = 'images/watermark.png'; if ($model->extension...

Hi, I was wondering if it's possible to apply watermarks to specific pages instead of all? I have a 500+ page PDF and I'd like to apply the watermark on...

Hi, I have a transparent watermark which is basically a rectangle with white borders and the letters of my website inside written in white as well. The rest is transparency....

Feature

Example useges - `Watermark::setStretch('90%');` - `Watermark::setStretch(200, 200);`

Feature

Add new function with name setFontColor to have ability to change font color. and this function accepting just RGB & RGBA format. Example: `$watermark->setFont('Arial') ->setFontSize(36) ->setOpacity(.4) ->setRotate(330) ->setFontColor('rgba(255, 255, 255,0)')...

Hi, Is there any plan to update this package to have text color functionality? Actually i tried to change rgba color in this function `getDuelTextColor` but unfortunately it does't work....

Feature

Hi, I am trying your script but it is not working giving the following error. Can you please at this for me, Thanks in advance. Fatal error: Uncaught BadFunctionCallException: ImageMagick...