https://github.com/fabiocaccamo/python-imageutil
:tophat: :magic_wand: high-level image operations, with a bit of magic. :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: 7 months ago
JSON representation
:tophat: :magic_wand: high-level image operations, with a bit of magic. :rabbit:
- Host: GitHub
- URL: https://github.com/fabiocaccamo/python-imageutil
- Owner: fabiocaccamo
- License: mit
- Created: 2023-01-15T20:58:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T18:01:07.000Z (almost 2 years ago)
- Last Synced: 2023-12-18T21:09:08.872Z (almost 2 years 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: 119 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
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).