Contents
Tutorials
- Python Tutorial
- NumPy Tutorial
- Matplotlib Tutorial
- PyQt5 Tutorial
- BeautifulSoup Tutorial
- xlrd/xlwt Tutorial
- Pillow Tutorial
- Googletrans Tutorial
- PyWin32 Tutorial
- PyAutoGUI Tutorial
- Pyperclip Tutorial
- TensorFlow Tutorial
- Tips and Examples
Pillow - 파이썬을 이용한 이미지 처리¶
Pillow 라이브러리는 파이썬으로 이미지를 처리하는데 사용됩니다.
Pillow 공식 문서 에 나와 있듯이 Pillow는 예전의 PIL 라이브러리의 fork입니다.
다음글
다음글 : Pillow 기본 사용