Skip to main content
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

ValueResult
top_leftTop-left corner
top_centerTop edge, centered
top_rightTop-right corner
center_leftMiddle, left edge
centerDead center
center_rightMiddle, right edge
bottom_leftBottom-left corner
bottom_centerBottom edge, centered
bottom_rightBottom-right corner

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.