[14:19:30] <revere> Hi there. I have a small question. After having used ImageEnhance.Contrast I can't seem to be able to use it in the Image module again
[14:20:16] <revere> contrast = ImageEnhance.Contrast(image) \n contrast.enhance(i) is my line, after which I would like to convert it to bytes
[14:22:45] <revere> I can't imagine saving it to disk and then opening it again is the right workflow
[14:35:14] <revere> I mean .show on the contrast object works, but as soon as I try to get contrast.size for example I get an error