Update python-fu-removebg/python-fu-removebg.py

Signed-off-by: maniu <maniu@pm.me>
This commit is contained in:
2025-06-22 16:21:18 +02:00
parent 6a29c7d05c
commit 44a0847efa

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# (C) 2024-2026 Marek Pistorius
# (C) 2024-2026 ---
# This file is part of gimp-python-fu-removebg .
# gimp-python-fu-removebg is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
# gimp-python-fu-removebg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
@@ -88,7 +88,7 @@ class PythonRemoveBG(Gimp.PlugIn):
_("Remove Background AI"),
name)
procedure.set_menu_label(_("RemoveBG"))
procedure.set_attribution("MP",
procedure.set_attribution("M",
"(c) GPL V3.0 or later",
"2024-2025")
procedure.add_menu_path('<Image>/Filters/RemoveBG/')