add method

add

Adds a watermark to this WatermarkableImage. This method assumes that watermark offset and size are measured in pixels (if they are assigned).

def add(self, watermark):
    ...
Parameter Type Description
watermark Watermark The watermark to add to the image.

See Also