이미지 세로로 합쳐서 1장으로 만들기 파이썬 예제
이미지 3장이 있다고 할때 우선은 쉽게 코드를 만들어보면 아래처럼from PIL import Image# Open imagesimage1 = Image.open('image1.jpg')image2 = Image.open('image2.jpg')image3 = Image.open('image3.jpg')# Get dimensions of the first imagewidth, height = image1.size# Create a new image with height equal to the combined height of all imagescombined_height = height * 3 # Adjust according to the number of imagescombine..
프로그래밍/python
2024. 4. 24. 15:55
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- python
- 멀티계정
- 루팅
- php8
- 클라우드플레어
- 아파치
- 그누보드
- xe
- SSL
- 에러
- 그누보드5
- 제로보드
- Fullcalendar
- Magisk
- .htaccess
- 회원가입
- Cloudflare
- 유튜브
- 오토셋
- 파이선
- 텔레그램봇
- Apache
- php
- 파이썬
- 셀레니움
- 아미나
- 윈도우
- lsposed
- 텔레그램
- 워드프레스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함