File tree 5 files changed +5
-4
lines changed
5 files changed +5
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Both Web and Command Line usage
9
9
10
10
</br >
11
11
12
- ![ web ] ( /web .jpg )
12
+ ![ fish ] ( /images/fish .jpg )
13
13
14
14
15
15
@@ -107,13 +107,13 @@ python3 Main.py https://your-image-url.jpeg -w 150 -ht 50
107
107
Terminal
108
108
109
109
``` bash
110
- python3 Main.py rat.jpg -w 50 -ht 25
110
+ python3 Main.py images/ rat.jpg -w 50 -ht 25
111
111
```
112
112
</br >
113
113
114
114
Output image to a file
115
115
``` bash
116
- python Main.py rat.jpg -w 80 -o output.txt
116
+ python3 Main.py images/ rat.jpg -w 80 -o output.txt
117
117
```
118
118
119
119
</br >
@@ -128,7 +128,7 @@ Supports
128
128
ICO: .ico
129
129
WebP: .webp
130
130
131
- ![ Rat Image] ( /rat.jpg )
131
+ ![ Rat Image] ( /images/ rat.jpg )
132
132
133
133
``` bash
134
134
Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < link rel ="icon " href ="{{ url_for('static', filename='favicon.ico') }} " type ="image/x-icon ">
7
8
< title > ASCII Art Generator</ title >
8
9
< style >
9
10
body {
You can’t perform that action at this time.
0 commit comments