Metadata-Version: 2.1
Name: himage
Version: 0.1.0
Summary: A small library, of high level image processing tools
Home-page: https://github.com/mySpecialUsername/highImage/
Author: Gor G.
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

A set of various convenient functions useful in image processing, written in python.

## Example of usage

```py
from himage import imshow, multimshow

imshow(image_to_show)
multimshow(image_list_or_array, title_list = list_or_array_of_titles, n_cols=number_of_columns)
```
