Overview
Sources
Libraries
Images API

Watermark Scale watermark-scale

Specifies the scale used to render the watermark in relation to the source image.

Values

This parameter accepts integer values in the range 0 to 100 with 0 disabling scale resize and rendering the watermark original size.

  • 1: minimum scale that will render the watermark image to fit the 1% of the source image.
  • 100: will scale watermark to fit the entire source image.

The default value for this parameter is 0 rendering watermark image original size.

Examples

Specifying a scale of 25 the watermark will be resized to fit the 25% of the source image using watermark-scale=25:

GET
https://assets.imglab-cdn.net/woman-02.jpeg?watermark-scale=25
Woman posing in the nature with imglab logo applied as watermark at a 25% scale.
x px

Specifying a scale of 50 the watermark will be resized to fit the 50% of the source image using watermark-scale=50:

GET
https://assets.imglab-cdn.net/woman-02.jpeg?watermark-scale=50
Woman posing in the nature with imglab logo applied as watermark at a 50% scale.
x px

Specifying a scale of 100 the watermark will be resized to fit the 100% of the source image using watermark-scale=100:

GET
https://assets.imglab-cdn.net/woman-02.jpeg?watermark-scale=100
Woman posing in the nature with imglab logo applied as watermark at a 100% scale.
x px