Surn commited on
Commit
66cf39b
·
1 Parent(s): 9c4bce1

Bug Fix - alpha composite

Browse files
Files changed (1) hide show
  1. modules/image_utils.py +0 -1
modules/image_utils.py CHANGED
@@ -480,7 +480,6 @@ def alpha_composite_with_control(base_image, image_with_alpha, alpha_percent=100
480
  new_image_path = os.path.join(directory, name + f"_alpha{str(alpha_percent)}.png")
481
  result.save(new_image_path)
482
  return new_image_path
483
- return blended_image
484
  return result
485
 
486
  def apply_alpha_mask(image, mask_image, invert = False):
 
480
  new_image_path = os.path.join(directory, name + f"_alpha{str(alpha_percent)}.png")
481
  result.save(new_image_path)
482
  return new_image_path
 
483
  return result
484
 
485
  def apply_alpha_mask(image, mask_image, invert = False):