Apply a watermark to any image with full control over position, size, opacity, padding, shadow, and outline.
Description
Upload an image and an optional watermark (or text), and Burger Bot returns a watermarked version. The watermark is automatically scaled based on the dimensions of the uploaded image so it always looks balanced.
Required permissions
- User: none
- Bot:
Embed Links, Attach Files
Syntax
/watermark image:<file> watermark:<text or image>
[position:<value>] [size:<value>] [opacity:<value>]
[padding:<value>] [shadow:<on|off>] [outline:<on|off>]
Example
/watermark image:<photo.png> watermark:Burger Bot
position:bottom_right size:auto opacity:80 padding:auto shadow:on outline:on
Options
Position
Size
Opacity
Padding
Shadow
Outline
| Value | Result |
|---|
top_left | Top-left corner |
top_center | Top edge, centered |
top_right | Top-right corner |
center_left | Middle, left edge |
center | Dead center |
center_right | Middle, right edge |
bottom_left | Bottom-left corner |
bottom_center | Bottom edge, centered |
bottom_right | Bottom-right corner |
| Value | Result |
|---|
auto | Scales with image dimensions (default) |
small | Small watermark |
medium | Medium watermark |
large | Large watermark |
| Value | Result |
|---|
10–100 | Watermark opacity in 10% steps |
Choose 10, 20, 30, 40, 50, 60, 70, 80, 90, or 100.| Value | Result |
|---|
auto | Scales with image dimensions (default) |
5 | 5 pixels |
10 | 10 pixels |
20 | 20 pixels |
30 | 30 pixels |
40 | 40 pixels |
| Value | Result |
|---|
on | Drop shadow behind the watermark |
off | No shadow (default) |
| Value | Result |
|---|
on | Outline around the watermark |
off | No outline (default) |
Notes
When in doubt, leave size:auto and padding:auto. Burger Bot will automatically scale the watermark to the dimensions of the uploaded image so it looks balanced on any picture.
For readability on busy backgrounds, combine shadow:on and outline:on with opacity:80 or higher.