Metadata-Version: 2.1
Name: mason-image
Version: 0.1.0
Summary: mess up a image
Home-page: https://github.com/Mason-Lin/mason_image
Author: Mason Lin
Author-email: pizza0117@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: Pillow (>=5.1.0)

# mason_image [![Version][version-badge]][version-link] ![MIT License][license-badge]
A small tool to mess up a image

`mason_image` is a small tool to mess up a image


### Demo

Before

![](https://raw.githubusercontent.com/Mason-Lin/mason_image/master/lenna_in.jpg)

After

![](https://raw.githubusercontent.com/Mason-Lin/mason_image/master/lenna_out.jpg)


### Usage

```
usage: mason_image [-h] [--in IN_IMAGE] [--out OUT_IMAGE]

optional arguments:
  -h, --help         show this help message and exit
  --in IN_IMAGE      path of image to mess up
  --out OUT_IMAGE    path of output image
```


### Install

```
$ pip install mason_image
```

### License

[MIT](https://github.com/Mason-Lin/mason_image/blob/master/LICENSE)

[version-badge]:   https://img.shields.io/badge/version-0.1.0-brightgreen.svg
[version-link]:    https://pypi.python.org/pypi/mason_image/
[license-badge]:   https://img.shields.io/github/license/Mason-Lin/mason_image.svg




