# Watermarking

DAM can place a watermark on top of your images if you want to protect them from copying, or tag them with a serial number or custom text. There are three types of watermarks - click on each one for more details.

| <p><a href="watermarking/static-watermark">Static watermark</a></p><p><br>Apply the same image watermark to all the images you decide to watermark (e.g. your company's logo).</p>   | ![](https://2536208400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqsq2dR7Fjagf5eTifWZx%2Fuploads%2FNBhgcSRkm1OwsWjvQaHQ%2Fimage.png?alt=media\&token=7a7b5f4b-f9cb-4d31-bfec-3df606a7c448) |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><a href="watermarking/dynamic-watermark">Dynamic watermark</a></p><p><br>Specify the watermark in the DAM URL to apply different watermarks to different images.</p>              | ![](https://2536208400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqsq2dR7Fjagf5eTifWZx%2Fuploads%2FTbPtEzb38KEjrzmrY6Xn%2Fimage.png?alt=media\&token=ae5f39b8-8e9b-46c4-baa6-eaf9b8c14817) |
| <p><a href="watermarking/text-watermark">Text watermark</a></p><p><br>If you need to tag images, use the text watermark to dynamically embed text to the images you need tagged.</p> | ![](https://2536208400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fqsq2dR7Fjagf5eTifWZx%2Fuploads%2FrZDu6x1z7MEe3o9Zuad8%2Fimage.png?alt=media\&token=b2f2cbd9-5cf3-42e3-842a-eb74a1098860) |

## Multiple watermarks

{% hint style="info" %}
This is a beta feature, please contact our support to activate it for your token
{% endhint %}

### Basic syntax

You can overlay multiple watermarks by indexing the parameters in the URL **wat\[1]=1**&**wat\[2]=1**. The **wat=1** parameter must be indexed and contain all watermarks to activate the feature.&#x20;

All parameters without indices will be applied to all watermarks in the image.

?<mark style="color:purple;">**wat\[1]=1**</mark>&<mark style="color:purple;">**wat\[2]=1**</mark>&<mark style="color:purple;">**wat\_scale\[1]=50**</mark>&<mark style="color:purple;">**wat\_scale\[2]=10**</mark>&<mark style="color:purple;">**wat\_opacity=0.5**</mark>

In the above fragment, **wat\_opacity=0.5** will be applied to both watermarks.

### Multiple watermark types

Combining multiple watermark types is also possible. Remember that the presense of **wat\_url=X** parameter defines a dynamic watermark, **wat\_text=X** defines a text watermark and the absence of either defines a static watermark.

?<mark style="color:purple;">**wat\[1]=1**</mark>&<mark style="color:purple;">**wat\[2]=1**</mark>&<mark style="color:purple;">**wat\[3]=1**</mark>&<mark style="color:purple;">**wat\_url\[2]=sample.li/Angular.png**</mark>&<mark style="color:purple;">**wat\_text\[3]=text**</mark>

In the above fragment, there are three watermarks. Watermark 2 is a dynamic watermark, watermark 3 is a text watermark and watermark 1 is a static one.
