ImageToolbox icon indicating copy to clipboard operation
ImageToolbox copied to clipboard

Better Auto Remove Background feature

Open nyaasar opened this issue 1 year ago • 6 comments

Make it more user-friendly and user-reliant.

From what I've experienced, the current auto remover is great for simple images, but not for complex image with multiple objects; and it relies too much on algorithm, which in turn gives users less control over it.

So here's some useful ~~suggestions~~ reference:

Screenshot_20240503-171755 Application link: Background Eraser

nyaasar avatar May 03 '24 10:05 nyaasar

That app is not open source, and i'm using mlkit to perform background removal, so I can't do anything except change the lib, but i don't know any other

T8RIN avatar May 03 '24 10:05 T8RIN

It's not open source, indeed. But I hope that can give you some inspirations for, perhaps, future update of the background remover feature. 😃

nyaasar avatar May 03 '24 11:05 nyaasar

auto version can't be improved unless google do it

T8RIN avatar May 03 '24 18:05 T8RIN

hey nyaasar, How can I achieve the repair functionality, do you have the open source code for the app inside your above image?

DevTrinh avatar May 06 '24 03:05 DevTrinh

hey nyaasar, How can I achieve the repair functionality, do you have the open source code for the app inside your above image?

Which repair? This is already in my app while removing background

T8RIN avatar May 06 '24 03:05 T8RIN

hey nyaasar, How can I achieve the repair functionality, do you have the open source code for the app inside your above image?

Which repair? This is already in my app while removing background

Your project is great, in the future I will refer to it more, however it is written in jetpack, I don't have time to learn yet, can you tell me more about the logic to repair (restore) pixels, for example I delete pixels by draw the line and then I restore the pixels by drawing. How to achieve this?

DevTrinh avatar May 06 '24 03:05 DevTrinh