From 439cd04a3a3a7cad2739ce05477499187b779792 Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Thu, 22 Apr 2021 07:31:05 +0200 Subject: [PATCH] watermark(): Changed description of opacity parameter --- en/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/image.md b/en/image.md index 9e6d98e2c55f..10371eb98fd7 100644 --- a/en/image.md +++ b/en/image.md @@ -451,7 +451,7 @@ Adds a watermark to an image. The available parameters are: - `watermark` - `AdapterInterface` - the image to use for the watermark - `offsetX` - `int` - the X offset (optional) - `offsetY` - `int` - the Y offset (optional) -- `opacity` - `int` - the opacity of the text (optional - default `100`) +- `opacity` - `int` - the opacity of the image (optional - default `100`) The following example puts the watermark at the top left corner of the image: