e782cb4ea7
- 가로 > 1000px 이미지: 비율 유지 1000px 축소 후 JPEG 품질 80 재인코딩 - EXIF 회전 보정, 알파/팔레트 → RGB 변환, 확장자 .jpg 로 통일 - 1000px 이하/비이미지/처리 실패 시 원본 그대로 저장 - 업로드를 메모리 읽기 후 처리 방식으로 변경(20MB 제한 유지) - requirements: pillow>=10.0 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
fastapi>=0.115
|
|
uvicorn[standard]>=0.34
|
|
authlib>=1.3
|
|
httpx>=0.28
|
|
jinja2>=3.1
|
|
itsdangerous>=2.2
|
|
python-dotenv>=1.0
|
|
psycopg[binary,pool]>=3.2
|
|
python-multipart>=0.0.20
|
|
openpyxl>=3.1
|
|
pillow>=10.0
|