Skip to main content

Detect watermarks in an image

Detect Watermarks transformation allows users to determine whether an image is watermarked.

The result of Detect Watermark is a JSON, as shown below:

{
"attributes": {
"watermark": false
}
}

The JSON key is explained in the below table:

PropertyDescription
watermarkA boolean value indicating whether or not the image contains a watermark.
note

Instead of getting the output in a traditional CDN URL, you will get a JSON output from the Context API while the CDN URL will return the original image without any modifications.


Params

Detect (detect_text)

Detect Watermarks also works if the watermark in the image is in text format.

The default value is false.

Transform and enhance your images using our powerful AI technology. Organize your images in more efficient manner and our extensible APIs enables seamless integration with your system unleashing the power of our platform. Join the large community of users who use PixelBin to transform their image libraries and achieve excellent performance

Is this page useful?