Simple Image Framework
This image framework is built for a simple usage of processing images with python. It is based on the Pillow library, (PIL fork).
I set it for my own usage, but I hope it will be useful for you too.
Installation
如果你想使用 built distribution 来安装本库,可以使用以下命令:
pip install dist/simple_image_framework-0.0.1-py3-none-any.whl
如果你想使用 source distribition 来安装本库,则用以下命令:
pip install dist/simple_image_framework-0.0.1-tar.gz
如果你想重新安装,可以使用 --force-reinstall 标志来强制重新安装。
如果你想直接使用 git 库得到的源码进行安装,可以在库根目录上直接使用命令:
pip install .
Usage
详见 tests 文件夹中的参考样例
Contributing
- Cutie Deng : Github mail: Dengzr2020@mail.sustech.edu.cn
Release files for simple-image-framework 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_image_framework-0.0.1.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_image_framework-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.1 kB
Release files / simple_image_framework-0.0.1.tar.gz
| Download URL | simple_image_framework-0.0.1.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d712b81ed4651d3d3ae757bfdd215ce9711b52fd6b3f96bb180ba7ea886d2ee
|
|
BLAKE2b-256 checksum How to use checksums |
1348673dd3e04da43198f49e6765393810409e173a68e1ce189e71a7bc871a8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.12
|
Release files / simple_image_framework-0.0.1-py3-none-any.whl
| Download URL | simple_image_framework-0.0.1-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb285037b087202d43a307dc29568c51d1bc3018c05533219c3972442abbaba2
|
|
BLAKE2b-256 checksum How to use checksums |
09ca7a8c087d0a645c78ef649723221ef365393455b73da681425f844e09b8d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.12
|