Skip to main content
Watermarks composite a second raster on top of the transformed image — useful for brand marks, copyright notices, and preview protection. Pass a stored file ID or a public HTTPS image URL as watermark (alias mark).
Image with a bottom-right watermark

Bottom-right mark — ?watermark={fileId}&markW=160&markOpacity=0.72.

Watermark anchored top-left

Top-left anchor — ?markPosition=top-left&markW=140.

Subtle centered watermark

Subtle bottom-center — ?markScale=22&markOpacity=0.4.

Rotated watermark at center

Rotated center mark — ?markRot=45&markW=180.

Image with a tiled rotated watermark grid

Tiled grid — ?markScale=18&markRot=30&markTile=grid&markGap=64.

Watermark with multiply blend mode

Multiply blend — ?markBlend=multiply&markScale=28.

Parameters

Remote watermark URLs must resolve to a public address (SSRF-safe). SVG and non-image responses are rejected. Convertly ignores missing or invalid watermark references instead of failing the whole render. For alpha masks (clip the base image to a shape), see Canvas, trim & masks.
Last modified on July 17, 2026