odoo_xmlrpc_twisted.functions.remove_background¶
Remove the background from an image.
Functions
|
Remove the background from an image using the Python library "rembg" with the function "remove". |
- odoo_xmlrpc_twisted.functions.remove_background.remove_background(image)[source]¶
Remove the background from an image using the Python library “rembg” with the function “remove”. See https://github.com/danielgatis/rembg.
Result is the adapted image stream.