I have an opencv image:
img = cv2.imread(filename) img = cv2.GaussianBlur(img, (5, 5), 0.15)
now I want to write it directly into zip