Image Watermark Image

Add image watermarks to images with customizable position, size, opacity, and rotation

Click to upload file or drag and drop file here

Maximum file size: 10MB Supported formats: image/jpeg, image/png, image/webp, image/gif, image/bmp, image/tiff

Click to upload file or drag and drop file here

Maximum file size: 5MB Supported formats: image/jpeg, image/png, image/webp, image/gif, image/bmp, image/tiff, image/svg+xml

Key Facts

Category
Design & Color
Input Types
file, select, number
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The Image Watermark tool allows you to protect your visual content by overlaying custom image watermarks, such as logos or brand icons, onto your photos with precise control over placement, scale, and transparency.

When to Use

  • Protecting your original photography or digital artwork from unauthorized use.
  • Adding consistent brand identity to product images for e-commerce or social media.
  • Applying professional copyright marks to portfolios or shared image assets.

How It Works

  • Upload your main image and the watermark image file you wish to apply.
  • Select the desired position on the canvas and adjust the scale, opacity, and rotation to fit your needs.
  • Set the margin from the edges and choose a blend mode for professional-looking integration.
  • Download the watermarked image directly to your device.

Use Cases

Photographers adding a signature logo to their gallery images.
E-commerce sellers applying brand logos to product listings.
Content creators marking social media graphics with a consistent watermark.

Examples

1. Professional Photography Branding

Freelance Photographer
Background
A photographer needs to share a preview gallery with clients but wants to ensure the images are marked with their studio logo.
Problem
Manually adding a logo to dozens of photos is tedious and inconsistent.
How to Use
Upload the photo, select the studio logo file, set the position to 'bottom-right', and adjust opacity to 0.5 for a subtle look.
Outcome
The studio logo is perfectly placed and semi-transparent on the image, protecting the work while maintaining aesthetic quality.

2. E-commerce Product Protection

Online Store Owner
Background
The store owner wants to prevent competitors from stealing their unique product photos.
Problem
Images need a clear, professional watermark that doesn't obscure the product details.
How to Use
Upload the product image, set the watermark to 'center' with a low opacity and a 45-degree rotation.
Outcome
The product image is effectively branded and protected, making it difficult for others to claim the image as their own.

Try with Samples

xml, image, png

Related Hubs

FAQ

What file formats are supported?

You can upload JPEG, PNG, WEBP, GIF, BMP, and TIFF files for both the main image and the watermark.

Can I rotate the watermark?

Yes, you can rotate the watermark image by any angle between -180 and 180 degrees.

Is it possible to adjust the transparency of the watermark?

Yes, the opacity setting allows you to adjust the watermark from 0 (fully transparent) to 1 (fully opaque).

Can I change the position of the watermark?

Yes, you can choose from seven preset positions, including corners, center, and edges.

What is the maximum file size for uploads?

The main image can be up to 10MB, and the watermark image file can be up to 5MB.

API Documentation

Request Endpoint

POST /en/api/tools/image-watermark-image

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes -
watermarkImageFile file (Upload required) Yes -
position select Yes -
scale number No -
opacity number No -
rotation number No -
margin number No -
blendMode select No -

File type parameters need to be uploaded first via POST /upload/image-watermark-image to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-image-watermark-image": {
      "name": "image-watermark-image",
      "description": "Add image watermarks to images with customizable position, size, opacity, and rotation",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=image-watermark-image",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]