PIL enregistre des images bleues

#different color convention of cv2 and pil
array = cv2.cvtColor(numpy.array(frame), cv2.COLOR_RGB2BGR)
Real Raccoon