Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianlizh429/img_utils
https://github.com/jianlizh429/img_utils
image-processing opencv-python
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jianlizh429/img_utils
- Owner: JianliZh429
- License: mit
- Created: 2018-03-07T02:27:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:15:31.000Z (over 2 years ago)
- Last Synced: 2024-11-22T02:12:47.544Z (about 2 months ago)
- Topics: image-processing, opencv-python
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# img_utils
This repository contains some tool functions for image processing.
# Upload process
### Source Distributions
```
python setup.py sdist
```### Pure Python Wheels
```
python setup.py bdist_wheel
```### Upload your distributions
```
twine upload dist/*
```