Watermarks are only available with [advanced URL format](generating_the_url_advanced.md). Use `watermark` processing option to put the watermark on the processed image:
*`opacity` - watermark opacity modifier. Final opacity is calculated like `base_opacity * opacity`. It's highly recommended to set this argument as `1` and adjust opacity with `IMGPROXY_WATERMARK_OPACITY` since this would optimize performance and memory usage.
*`position` - (optional) specifies the position of the watermark. Available values:
*`ce`: (default) center;
*`no`: north (top edge);
*`so`: south (bottom edge);
*`ea`: east (right edge);
*`we`: west (left edge);
*`noea`: north-east (top-right corner);
*`nowe`: north-west (top-left corner);
*`soea`: south-east (bottom-right corner);
*`sowe`: south-west (bottom-left corner);
*`re`: replicate watermark to fill the whole image;
*`x_offset`, `y_offset` - (optional) specify watermark offset by X and Y axes. Not applicable to `re` position.