Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down