Watermarking

Protect your images with text or image watermarks.

text_fields

Text Watermarks

Add text overlays to protect and brand your images.

ParameterDescription
wm_textWatermark text (URL encoded)
wm_sizeFont size in pixels (default: 24)
wm_colorText color (hex without #)
wm_opacityOpacity 0-100 (default: 50)
# Simple text watermark
?wm_text=Copyright%202024

# Styled watermark
?wm_text=MyBrand&wm_size=32&wm_color=ffffff&wm_opacity=70

# Bottom-right position
?wm_text=Protected&wm_position=southeast
add_photo_alternate

Image Watermarks

Overlay a logo or image as a watermark.

ParameterDescription
wm_imagePath to watermark image
wm_scaleScale relative to main image (0.1-1)
# Logo watermark
?wm_image=logos/brand-logo.png&wm_position=southeast

# Scaled watermark (20% of image width)
?wm_image=logos/brand-logo.png&wm_scale=0.2&wm_opacity=80
open_with

Positioning

Control where the watermark appears on the image.

northwest
north
northeast
west
center
east
southwest
south
southeast
# Bottom-right corner (most common)
?wm_text=Copyright&wm_position=southeast

# Center (for full protection)
?wm_text=SAMPLE&wm_position=center

# Top-left with offset
?wm_text=Brand&wm_position=northwest&wm_offset=20
format_paint

Styling Options

ParameterValuesDescription
wm_fontsans, serif, monoFont family
wm_shadowtrue/falseAdd drop shadow
wm_rotate0-360Rotation angle
wm_tiletrue/falseRepeat watermark as tile
# Diagonal tiled watermark (strong protection)
?wm_text=PREVIEW&wm_tile=true&wm_rotate=45&wm_opacity=30

# Professional branded watermark
?wm_text=MyStudio&wm_font=serif&wm_shadow=true&wm_position=southeast