A small gimp plugin to easily remove the background of an image with LDF. Github of LDF.
-
Put the background-remover folder in your Gimp Plugins directory. To find it, go inside GIMP to
Edit->Preferences->Folders->Plugins. The folder must be namedbackground-remover!!! -
Depending on how you installed GIMP, use either of the following two ways (if one fails, give the other one a try). Please report in the issues how you installed GIMP and which installation way worked.
For GIMP Flatpak
- In GIMP, run "Filter -> Remove_BG -> [INSTALL] Offline Background Remover
For other GIMP installations
-
Install python
-
make the python file executable and install dependencies with:
bash ./setup.sh
Open an image
- Filters -> RemoveBackground -> Offline Background Remover
- The results might be slightly worse than with my removebg plugin, but it works offline and the libraries are open source.
