Update python-fu-removebg/python-fu-removebg.py
Signed-off-by: maniu <maniu@pm.me>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# (C) 2024-2026 Marek Pistorius
|
# (C) 2024-2026 ---
|
||||||
# This file is part of gimp-python-fu-removebg .
|
# 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 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.
|
# 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"),
|
_("Remove Background AI"),
|
||||||
name)
|
name)
|
||||||
procedure.set_menu_label(_("RemoveBG"))
|
procedure.set_menu_label(_("RemoveBG"))
|
||||||
procedure.set_attribution("MP",
|
procedure.set_attribution("M",
|
||||||
"(c) GPL V3.0 or later",
|
"(c) GPL V3.0 or later",
|
||||||
"2024-2025")
|
"2024-2025")
|
||||||
procedure.add_menu_path('<Image>/Filters/RemoveBG/')
|
procedure.add_menu_path('<Image>/Filters/RemoveBG/')
|
||||||
|
|||||||
Reference in New Issue
Block a user