You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking around for a module that might support watermarking of images in Odoo. For my requirements i'll need to serve watermarked images for public users, or specific user groups to brand the images and stop people plagiarizing them.
Is this something this module could accomplish, or be extended to accomplish? Is there anywhere I can find some information on how to use the module? I'd be very interested to see how it works.
The text was updated successfully, but these errors were encountered:
It is still under developing, but it will be finished very soon.
This module is using a library called Wand. You can find methods in http://docs.wand-py.org/en/0.4.1/
We will write a simple manual in ReadMe after it finished.
Awesome, thanks for your help. I've installed the wand dependency using:
pip install Wand
and have installed it successfully, but i'm not quite sure how to use it yet.
Same with the website_form (seems to pull in only accounting models) and website_theme_megamenu, they all look like very useful modules, but I haven't figured out how they work yet.
Hi,
I've been looking around for a module that might support watermarking of images in Odoo. For my requirements i'll need to serve watermarked images for public users, or specific user groups to brand the images and stop people plagiarizing them.
Is this something this module could accomplish, or be extended to accomplish? Is there anywhere I can find some information on how to use the module? I'd be very interested to see how it works.
The text was updated successfully, but these errors were encountered: