Crop and resize an image without aspect ratio distortion.
Project description
crimg uses Pillow to crop and resize an image as appropriate for web presentation. It is a convenience package that allows image resizing without aspect ratio distortion.
API
crimg contains one useful function, crimg.crop_resize. The function takes three arguments:
image: a PIL image object
size: a 2-tuple of (width,height); at least one must be specified
exact_size: whether to scale up for smaller images
See crimg.crop_resize.__doc__ for the function documentation. crop_resize returns the cropped and resized PIL image.
Command Line
The command line program, crimg, is included in this python package. The help for the program is displayed by running crimg with no arguments or crimg --help.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file crimg-0.0.3.tar.gz
.
File metadata
- Download URL: crimg-0.0.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aeed6c740229beb1135c4f9e4f86f33be84c7b9b2ce6da392282bc358be86b4 |
|
MD5 | c46553d2bf3c74bdbba03ecd990bc1a9 |
|
BLAKE2b-256 | 7421cdc8513eaeaec2d5e1fa8ee3081380428408313b05bf5d5d54c84eed4bd9 |