pil cheatsheet - Serbipunk/notes GitHub Wiki

ImageFile -> np.array

np.array(img) -> np.array

np.array -> ImageFile

Image.fromarray(arr) -> Image