{% extends 'base.html' %} {% block title %}Add Watermark — WebTools{% endblock %} {% block content %}

Add Watermark

Protect your images by adding a text watermark with custom position, size, and opacity.

Drag & drop an image here

or click to browse

Preview

{% set positions = [ ('top-left','top_left'), ('top-center','top_center'), ('top-right','top_right'), ('middle-left','middle_left'), ('center','center'), ('middle-right','middle_right'), ('bottom-left','bottom_left'), ('bottom-center','bottom_center'), ('bottom-right','bottom_right') ] %} {% for label, val in positions %}
{% endfor %}
Select where the watermark should appear.
Use a PNG with transparency for best results.
Processing...

Adding watermark…

Your watermarked image will appear here after processing.

{% endblock %} {% block scripts %} {% endblock %}