Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- MSSQL
- Spring
- table
- JavaScript
- window
- react
- GIT
- es6
- Java
- plugin
- NPM
- Python
- SQL
- hadoop
- SPC
- Express
- 보조정렬
- Android
- Eclipse
- 공정능력
- mapreduce
- IntelliJ
- Sqoop
- xPlatform
- SSL
- R
- mybatis
- Kotlin
- vaadin
- tomcat
Archives
- Today
- Total
반응형
목록pillow (1)
DBILITY
python 사진 이미지 다루기(image open, resize)
pip install pillow 또는 나는 intellij를 사용하니 Python Packages Window에서 설치했음. 사용법은 아래 공식사이트를 참고하자. Pillow Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. Pillow for enterprise is available via the Tidelift Subscription... pillow.readthedocs.io import os import shutil from PIL import Image target_directory = r'.\images'..
python
2021. 8. 19. 16:39
반응형