A library for simple and esily editing an image in python
Project description
imgutils
A library for quickly and easily making small edits to images
Features
- Rotate image: function "rotate", insert str (image) and int (angle of rotation)
- Invert image horizontaly: function "flip", insert str (image)
- Add saturation: function "saturate", insert str (image) and int (saturation value)
- Add blur: function "blurring", insert str (image)
- Add sharpen: function "sharpening", insert str (image)
- Add color filter: function "color_filter", insert str (image), float (filter stenght, 1.0 to 0.0), and int value for the colors (red, green, blue)
- Add grayscale: function "gray_scale", insert str (image)
- Add color border: function "borderer", insert str (image), int (border size), and int value for the colors (red, green, blue)
- Collect image data (returns three str with the image format, size and mode): function "image_data_get", insert (image)
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 student_imgutils-0.3.7.tar.gz.
File metadata
- Download URL: student_imgutils-0.3.7.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb665af317e7a708acaf6a4f476cd667d73a752349dae982860c1300d6b4a48d
|
|
| MD5 |
9929199995ad228de558d966c54d84c1
|
|
| BLAKE2b-256 |
b32459847a262e5855582269a61bf4af8ed669e54b650ba31609c9a276e5b31a
|