Python Resize Image · PyPI
Python Resize Image · PyPI
org/project/python-resize-image/
1 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
pypi 1.1.20 licence MIT status stable
•
•
• resize_crop
• resize_cover
background-size: cover
• resize_contain
background-size: contain
• resize_height
• resize_width
◦
◦ • resize_thumbnail
◦
◦
pip install python-resize-image
2 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
◦ PIL.Image
size
◦
◦
◦
◦ from PIL import Image
◦
from resizeimage import resizeimage
◦
with open('test-image.jpeg', 'r+b') as f:
with Image.open(f) as image:
cover = resizeimage.resize_cover(image, [200, 100
cover.save('test-image-cover.jpeg', image.format
validate=False
NVIDIA is a
Visionary sponsor
of the Python
Software cover = resizeimage.resize_cover(image, [200, 100], validate
Foundation.
validate .
resize_cover.validate
3 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
# do something else...
if is_valid:
with Image.open('test-image.jpeg') as image:
resizeimage.resize_cover.validate(image, [200,
cover = resizeimage.resize_cover(image, [200, 100
cover.save('test-image-cover.jpeg', image.format
validate=False resize_cover.validate
background-size: cover
4 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
background-
size: contain
5 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
6 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
fd_img open('test-image.jpeg', )
img = Image.open(fd_img)
img = resizeimage.resize_thumbnail(img, [200, 200])
img.save('test-image-thumbnail.jpeg', img.format)
fd_img.close()
pre-commit
cp pre-commit .git/hooks/
7 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
8 de 9 27/11/2024, 19:57
python-resize-image · PyPI https://pypi.org/project/python-resize-image/
日本語 中文 简体
中文 繁體 עברית
9 de 9 27/11/2024, 19:57