Skip to content

manu12121999/GIMP-Background-Remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIMP-Background-Remover

A small gimp plugin to easily remove the background of an image with LDF. Github of LDF.

Made for Gimp3.0. Works only on Linux

Installation:

  1. 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 named background-remover!!!

  2. 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
  1. In GIMP, run "Filter -> Remove_BG -> [INSTALL] Offline Background Remover
For other GIMP installations
  1. Install python

  2. make the python file executable and install dependencies with:

bash ./setup.sh

Usage:

Open an image

  • Filters -> RemoveBackground -> Offline Background Remover

Image

Notes:

  • The results might be slightly worse than with my removebg plugin, but it works offline and the libraries are open source.

About

This plugin uses the open source neural network LDF to remove the background of an image automatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published