[Feature] Watermark function #614
Replies: 4 comments 1 reply
-
Sure, this can be added at some point (and sooner than that provide hints so anyone can pick it) - can you describe how this would work for you? |
Beta Was this translation helpful? Give feedback.
-
How this would work for me: Basic implementation:
Even better: |
Beta Was this translation helpful? Give feedback.
-
Hi, I've been thinking a little about this too, and I think it could also be useful to allow either watermark text Or an uploaded image. So first import imagedraw, then make where you select whether it should be a previously uploaded image, or text, probably should add this to files/helpers.py ? Does this make sense? `from PIL import Image, ImageDraw, ImageFont def add_text_watermark(image_path, watermark_text):
def add_image_watermark(image_path, watermark_image_path):
#Image usage: if watermark_type == "1": |
Beta Was this translation helpful? Give feedback.
-
Hello, In log
My file helpers.py
If anybody have some time help to fix it. |
Beta Was this translation helpful? Give feedback.
-
Are you able to support the inclusion of watermarks
Beta Was this translation helpful? Give feedback.
All reactions