Metadata-Version: 2.1
Name: pyimaging
Version: 0.2.1
Summary: 轻量级 Python 图像处理
Home-page: https://github.com/yiyungent/imaging
License: Apache-2.0
Author: yiyun
Author-email: yiyungent@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: blind-watermark (>=0.4.2,<0.5.0)
Requires-Dist: pillow (>=9.4.0,<10.0.0)
Requires-Dist: typer[all] (>=0.15.4,<0.16.0)
Project-URL: Repository, https://github.com/yiyungent/imaging
Description-Content-Type: text/markdown

<h1 align="center">imaging</h1>

<!-- English | [中文](README_zh.md) -->

> 轻量级 Python 图像处理

[![repo size](https://img.shields.io/github/repo-size/yiyungent/imaging.svg?style=flat)]()
[![LICENSE](https://img.shields.io/github/license/yiyungent/imaging.svg?style=flat)](https://github.com/yiyungent/imaging/blob/main/LICENSE)
[![downloads](https://img.shields.io/pypi/dm/pyimaging.svg?style=flat)](https://pypi.org/project/pyimaging)
[![QQ Group](https://img.shields.io/badge/QQ%20Group-894031109-deepgreen)](https://jq.qq.com/?_wv=1027&k=q5R82fYN)
[![Telegram Group](https://img.shields.io/badge/Telegram-Group-blue)](https://t.me/xx_dev_group)
[![PyPi](https://img.shields.io/pypi/v/pyimaging)](https://pypi.org/project/pyimaging)

## Introduce

轻量级 Python 图像处理

```bash
pip install pyimaging
```


```bash
pyimaging --help
```


## Usage


### 图片批量加水印


```bash
pyimaging watermark --imagedir "./source/_posts" --mark "yiyun" --space 200 --color "#b7ffab" --opacity 0.3 --size 20 --quality 100
```

### 其它功能待写文档



## Donate

imaging is an Apache-2.0 licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.

We accept donations through these channels:

- <a href="https://afdian.net/@yiyun" target="_blank">爱发电</a> (￥5.00 起)
- <a href="https://dun.mianbaoduo.com/@yiyun" target="_blank">面包多</a> (￥1.00 起)

## Author

**imaging** © [yiyun](https://github.com/yiyungent), Released under the [Apache-2.0](./LICENSE) License.<br>
Authored and maintained by yiyun with help from contributors ([list](https://github.com/yiyungent/imaging/contributors)).

> GitHub [@yiyungent](https://github.com/yiyungent) Gitee [@yiyungent](https://gitee.com/yiyungent)

