Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jianlizh429/img_utils


https://github.com/jianlizh429/img_utils

image-processing opencv-python

Last synced: 5 days ago
JSON representation

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/*
```