Adds a watermark to the image with customizable position, size, and transparency.
The watermark transformation allows you to add a watermark image to your main image with various positioning and sizing options.
Pass the following query param to the API endpoint:
watermark=image,x,y,alpha[,w_ratio[,h_ratio]]
Where:
image
: The URI of the watermark image (using the same image loader configured for imagor)x
: Horizontal position of the watermarky
: Vertical position of the watermarkalpha
: Transparency of the watermark (0-100)w_ratio
: (Optional) Width ratio of the watermark relative to the main imageh_ratio
: (Optional) Height ratio of the watermark relative to the main imageFor example: watermark=https://www.thunderimage.com/sample/watermark.png,right,bottom,50,10,10
image
: The URI of the watermark image.
x
: Horizontal position of the watermark. Can be:
y
: Vertical position of the watermark. Can be:
alpha
: Watermark transparency. Range: 0 (fully opaque) to 100 (fully transparent).
w_ratio
: (Optional) Percentage of the main image width that the watermark should fit within.
h_ratio
: (Optional) Percentage of the main image height that the watermark should fit within.
This transformation is useful for adding branding, copyright notices, or other identifying marks to images.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&watermark=https://www.thunderimage.com/sample/watermark.png,repeat,repeat,50,10,10
The watermark image must be accessible via the URL provided. Ensure that the watermark image is hosted on a reliable server with appropriate permissions.
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Parameters for adding a watermark to the image. Format: image,x,y,alpha[,w_ratio[,h_ratio]]
"https://example.com/logo.png,right,bottom,50,10,10"
The transformed image with the watermark applied.
The transformed image in JPEG format.
Adds a watermark to the image with customizable position, size, and transparency.
The watermark transformation allows you to add a watermark image to your main image with various positioning and sizing options.
Pass the following query param to the API endpoint:
watermark=image,x,y,alpha[,w_ratio[,h_ratio]]
Where:
image
: The URI of the watermark image (using the same image loader configured for imagor)x
: Horizontal position of the watermarky
: Vertical position of the watermarkalpha
: Transparency of the watermark (0-100)w_ratio
: (Optional) Width ratio of the watermark relative to the main imageh_ratio
: (Optional) Height ratio of the watermark relative to the main imageFor example: watermark=https://www.thunderimage.com/sample/watermark.png,right,bottom,50,10,10
image
: The URI of the watermark image.
x
: Horizontal position of the watermark. Can be:
y
: Vertical position of the watermark. Can be:
alpha
: Watermark transparency. Range: 0 (fully opaque) to 100 (fully transparent).
w_ratio
: (Optional) Percentage of the main image width that the watermark should fit within.
h_ratio
: (Optional) Percentage of the main image height that the watermark should fit within.
This transformation is useful for adding branding, copyright notices, or other identifying marks to images.
URL : https://www.thunderimage.com/sample/yosemite.jpg
URL: /transform?url=https://www.thunderimage.com/sample/yosemite.jpg&watermark=https://www.thunderimage.com/sample/watermark.png,repeat,repeat,50,10,10
The watermark image must be accessible via the URL provided. Ensure that the watermark image is hosted on a reliable server with appropriate permissions.
API key required for authentication
The URL of the image to be transformed.
"https://www.thunderimage.com/sample/yosemite.jpg"
Parameters for adding a watermark to the image. Format: image,x,y,alpha[,w_ratio[,h_ratio]]
"https://example.com/logo.png,right,bottom,50,10,10"
The transformed image with the watermark applied.
The transformed image in JPEG format.