File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
![ CI] ( https://github.com/StardustDL/ImagingS/workflows/CI/badge.svg )
4
4
5
- ![ ] ( https://repository-images.githubusercontent.com/226446069/543f5900-b6f2 -11ea-8f2a-47095902e2bd )
5
+ ![ ] ( https://repository-images.githubusercontent.com/226446069/77831900-b856 -11ea-95ef-6fd6c38a9edc )
6
6
7
7
A toolset for computer graphics and imaging processing.
8
8
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 )
10
11
11
12
## Features
12
13
@@ -33,6 +34,33 @@ A toolset for computer graphics and imaging processing.
33
34
- Export
34
35
- PNG, JPEG, BMP
35
36
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
+
36
64
# License
37
65
38
66
All rights reserved.
You can’t perform that action at this time.
0 commit comments