This question has been flagged
1 Reply
5263 Views

Using a CMS such as Drupal you have an image processor that optimize images serverside. You can let your end users upload any picture direct from cameras or other sources. Adding captions, owner, rights, cropping etc. Images that are not made for web. The image are then optimized for web during the publishing procedure and the image are copied/cashed to several formats that the server program choose from when the image are displayed.

Are there any module like thar for Odoo webbuilder?

Avatar
Discard
Best Answer

We support a few things: rotation, move, scale (as CSS transformation) We implemented crop and are working on compression algorithm that should be developed in a few weeks.

Avatar
Discard
Author

Looking forward to this. Serverside compression are most important, css can be handled today.

Is there any update on server side image compression in odoo 12