Commit af27b716 authored by catboxanon's avatar catboxanon

Fix color correction by converting image to RGB

parent ae6b3090
......@@ -57,7 +57,7 @@ def apply_color_correction(correction, original_image):
image = blendLayers(image, original_image, BlendType.LUMINOSITY)
return image
return image.convert('RGB')
def apply_overlay(image, paste_loc, index, overlays):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment