OPHoperHPO / image-background-remove-tool

✂️ Automated high-quality background removal framework for an image using neural networks. ✂️
https://carve.photos
Apache License 2.0
1.39k stars 272 forks source link

Is there a way to save each image with a white background? [question] #60

Closed gelazari closed 3 years ago

gelazari commented 3 years ago

Hi all, is there a way to save each image with a white background? I believe I could insert somewhere before saving the image the required lines to perform the aforementioned action. Thanks in advance for your time and consideration.

giuseppecartella commented 1 year ago

hi! Did you find a working solution? Thank you

glazaridis commented 1 year ago

nope

giuseppecartella commented 1 year ago

I solved returning the mask directly from interface.py and manipulating the original image! Then you can manage the background as you want. Hope this help!

glazaridis commented 1 year ago

Make a PR or a change in a branch