Update python-fu-removebg.py

This commit is contained in:
Maniu
2025-05-25 21:15:08 +02:00
committed by GitHub
parent 06f66a3df1
commit 0deee1f944

View File

@@ -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)