From 6caf627b99ab158f782762f038a1dd67094a210c Mon Sep 17 00:00:00 2001 From: Maniu Date: Sun, 25 May 2025 21:15:08 +0200 Subject: [PATCH] Update python-fu-removebg.py --- python-fu-removebg/python-fu-removebg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-fu-removebg/python-fu-removebg.py b/python-fu-removebg/python-fu-removebg.py index a8d9a0b..e90b358 100644 --- a/python-fu-removebg/python-fu-removebg.py +++ b/python-fu-removebg/python-fu-removebg.py @@ -133,7 +133,7 @@ class PythonRemoveBG(Gimp.PlugIn): pdb.file_jpeg_save(tmpImage, tmpDrawable, jpgFile, jpgFile, 0.95, 0, 1, 0, "", 0, 1, 0, 0) pdb.gimp_image_delete(tmpImage) - aiExe = Path("C:/Program Files (x86)/Rembg/rembg.exe") + aiExe = Path("C://Program Files (x86)/Rembg/rembg.exe") if AlphaMatting: option = "-a -ae %d" % (aeValue)