Update python-fu-removebg.py
This commit is contained in:
@@ -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.file_jpeg_save(tmpImage, tmpDrawable, jpgFile, jpgFile, 0.95, 0, 1, 0, "", 0, 1, 0, 0)
|
||||||
pdb.gimp_image_delete(tmpImage)
|
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:
|
if AlphaMatting:
|
||||||
option = "-a -ae %d" % (aeValue)
|
option = "-a -ae %d" % (aeValue)
|
||||||
|
|||||||
Reference in New Issue
Block a user