vertelab / odoo-imagemagick

advanced image management
5 stars 9 forks source link

[8.0] Could this be used for watermarking images? #1

Open lukebranch opened 8 years ago

lukebranch commented 8 years ago

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.

HaojunZou commented 8 years ago

Hey,

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.

Sincerely! Haojun

lukebranch commented 8 years ago

@HaojunZou ,

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.

Keep up the good work!