Skip to content

2090

image = Image.open(imageField)
if image.mode != "RGB":
    image = image.convert("RGB")
    #big
    image.save('image.jpg')