np.array() 또는 np.asarray() 함수를 이용하여 PIL Image를 Numpy array로 변환할 수 있다. 반대로 NumPy array를 PIL Image로 변환하기 위해서는 Image.fromarray()를 사용하면 되다.