Function __global->_watermark_corner
Definitions
sources/galleries2.php
- Watermark the corner of an image.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$source | resource | required parameter | N/A | N/A | The image resource being watermarked |
$watermark_url | URLPATH | required parameter | N/A | N/A | The URL to the watermark file |
$x | BINARY | required parameter | N/A | N/A | Whether a right hand side corner is being watermarked |
$y | BINARY | required parameter | N/A | N/A | Whether a bottom edge corner is being watermarked |