除了 GIMP 之外,Ubuntu 中还有其他“背景消除”程序吗?

除了 GIMP 之外,Ubuntu 中还有其他“背景消除”程序吗?

我需要在本地从图像中删除背景。我在 Windows 中使用 Photoshop,在 Linux 中使用 GIMP,但 GIMP 对我来说太难了,无法完成简单的背景删除任务。有没有更简单的替代方案?

确切地说,我需要这个(去除背景) 是在线版本,但我想知道 Ubuntu 离线版本中是否存在这样的程序。

答案1

pip install --upgrade pip
pip install backgroundremover

然后简单地

backgroundremover -i "/path/to/file.jpg" -o "out.png"

如果你想要视频

backgroundremover -i "/path/to/video.mp4" -tg -o "output.gif"

来源:https://github.com/nadermx/backgroundremover

答案2

该函数存在于 Gimp 中。本教程解释了它的工作原理: https://docs.gimp.org/en/gimp-tutorial-quickie-separate.html

相关内容