Fix color space on CMYK images
This commit is contained in:
parent
a64d753d77
commit
da01dde2b9
@ -161,7 +161,7 @@ class IssueIdentifier:
|
||||
return b""
|
||||
|
||||
output = io.BytesIO()
|
||||
cropped_im.save(output, format="PNG")
|
||||
cropped_im.convert("RGB").save(output, format="PNG")
|
||||
cropped_image_data = output.getvalue()
|
||||
output.close()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user