removebg icon indicating copy to clipboard operation
removebg copied to clipboard

Removebg is a library that effortlessly integrates the U2Net model, allowing users to easily remove backgrounds from images in their Android apps.

Results 4 removebg issues
Sort by recently updated
recently updated
newest added

From what I can tell you are doing the basic "naive" cutout compositing ([here](https://github.com/AppcentMobile/removebg/blob/master/removebg/src/main/java/dev/eren/removebg/RemoveBg.kt#L47-L53)). There is some code in rembg called "alpha matting" which is a little more involved (same...

How can I configure the output image with background removed, for example alpha, border,... similar to https://github.com/danielgatis/rembg/blob/main/rembg/bg.py#L34-L100

Im having Crash on some pixel devices that prevent me to upload to playstore Given the details you've provided, it appears that your Android app is encountering an ExceptionInInitializerError and...

enhancement

``` RemoveBg removeBg = new RemoveBg(CutOutActivity.this); removeBg.clearBackground(bitmap).collect(new FlowCollector() { @org.jetbrains.annotations.Nullable @Override public Object emit(Bitmap bitmap, @NonNull Continuation