Create thumbnails. Specify dimensions or aspect ratio.
Project description
Thumber
Create thumbnails. Specify dimensions or aspect ratio. If the aspect ratio from the input image is altered, fills the background with the same image, but blurred. Alternatively, just crop it without blur.
Install using pip:
pip install thumber
Usage
thumber dimensions <input_image> <width> <height> [--blur <blur_radius>]
thumber aspect <input_image> <ratio> [--blur <blur_radius>]
thumber crop <input_image> {--ratio <ratio> | --width <width> --height <height>}
Values for <mode>:
dimensionsaspectcrop
Examples:
- Produce a 1920x1080 image:
thumber dimensions image.png 1920 1080 --blur=30
- Produce an image whose width is 1.778x the height:
thumber aspect image.png 1.778 --blur=30
The closer to 0, the lower is the blur effect
- Produce a cropped image, without blur in the background:
thumber crop image.png --ratio=1.778
thumber crop image.png --width=1920 --heigth=1080
Gallery Examples
babel.webp (1024x1024) |
babel-dimensions-1920x1080.webp |
babel-aspect-0.5.webp |
babel-aspect-2.webp |
babel-cropped-1920x1080.webp |
|---|---|---|---|---|
License
This project is licensed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thumber-0.3.1.tar.gz.
File metadata
- Download URL: thumber-0.3.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b664be986ce9e79d9f8e578086c87330d05250b8c8e3c4a1474a7f789ee27e2f
|
|
| MD5 |
7408057aed4bb645b692c1cba2c05e6c
|
|
| BLAKE2b-256 |
5126537045f6598893856044137744130892356506cff7857f461fd72f7519e1
|
File details
Details for the file thumber-0.3.1-py3-none-any.whl.
File metadata
- Download URL: thumber-0.3.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9aaf97775ad35f0a7c504dba6edcd35cd36a65818f83f67321a59585da84961
|
|
| MD5 |
263224aa51069c43bc5cd3426ee3b290
|
|
| BLAKE2b-256 |
9373fbe4d811e4d81778f97bd548f215b1d4929b577d811f71562c17475e6b12
|