Skip to content

Commit 62d7198

Browse files
committed
update readme
1 parent f205f09 commit 62d7198

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
![CI](https://github.com/StardustDL/ImagingS/workflows/CI/badge.svg)
44

5-
![](https://repository-images.githubusercontent.com/226446069/543f5900-b6f2-11ea-8f2a-47095902e2bd)
5+
![](https://repository-images.githubusercontent.com/226446069/77831900-b856-11ea-95ef-6fd6c38a9edc)
66

77
A toolset for computer graphics and imaging processing.
88

9-
[Demo Video](https://www.bilibili.com/video/BV1Q54y1i7Lg/)
9+
- [Demo Video](https://www.bilibili.com/video/BV1Q54y1i7Lg/)
10+
- [Usage 中文](https://github.com/StardustDL/own-staticfile-hosting/tree/0eb7357813c8f043e5bc6c488e4fe2c971a87424/StardustDL/ImagingS/Helping)
1011

1112
## Features
1213

@@ -33,6 +34,33 @@ A toolset for computer graphics and imaging processing.
3334
- Export
3435
- PNG, JPEG, BMP
3536

37+
## Usage
38+
39+
1. Clone this repository.
40+
2. Install dependencies.
41+
42+
```sh
43+
pip install requirements.txt
44+
```
45+
46+
3. Generate UI codes
47+
48+
```sh
49+
python -m ImagingS.Gui.uic
50+
```
51+
52+
4. Run GUI
53+
54+
```sh
55+
python -m ImagingS.Gui
56+
```
57+
58+
5. Run CLI
59+
60+
```sh
61+
python -m ImagingS.Cli input.txt output_dir
62+
```
63+
3664
# License
3765

3866
All rights reserved.

0 commit comments

Comments
 (0)