https://github.com/fabiocaccamo/python-imageutil
:tophat: :magic_wand: making image operations look easy. :rabbit:
https://github.com/fabiocaccamo/python-imageutil
blur colors crop face-detection image images img operations overlay pil pillow pixel proxy python resize text watermark wrapper
Last synced: 9 months ago
JSON representation
:tophat: :magic_wand: making image operations look easy. :rabbit:
- Host: GitHub
- URL: https://github.com/fabiocaccamo/python-imageutil
- Owner: fabiocaccamo
- License: mit
- Created: 2023-01-15T20:58:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T00:26:09.000Z (11 months ago)
- Last Synced: 2025-09-23T03:51:40.226Z (10 months ago)
- Topics: blur, colors, crop, face-detection, image, images, img, operations, overlay, pil, pillow, pixel, proxy, python, resize, text, watermark, wrapper
- Language: Python
- Homepage:
- Size: 122 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://pypi.org/project/python-imageutil/)
[](https://pepy.tech/project/python-imageutil)
[](https://github.com/fabiocaccamo/python-imageutil/stargazers)
[](https://github.com/fabiocaccamo/python-imageutil/blob/main/LICENSE.txt)
[](https://results.pre-commit.ci/latest/github/fabiocaccamo/python-imageutil/main)
[](https://github.com/fabiocaccamo/python-imageutil)
[](https://codecov.io/gh/fabiocaccamo/python-imageutil)
[](https://www.codacy.com/gh/fabiocaccamo/python-imageutil)
[](https://codeclimate.com/github/fabiocaccamo/python-imageutil/)
[](https://github.com/psf/black)
# python-imageutil
🎩 🪄 high-level image operations, with a bit of magic. 🐰
## Installation
```bash
pip install python-imageutil
```
## Testing
```bash
# clone repository
git clone https://github.com/fabiocaccamo/python-imageutil.git && cd python-imageutil
# create virtualenv and activate it
python -m venv venv && . venv/bin/activate
# upgrade pip
python -m pip install --upgrade pip
# install requirements
pip install -r requirements.txt -r requirements-test.txt
# install pre-commit to run formatters and linters
pre-commit install --install-hooks
# run tests using tox
tox
# or run tests using unittest
python -m unittest
```
## License
Released under [MIT License](LICENSE.txt).