Skip to content

Commit ca72cf9

Browse files
authored
Merge pull request #224 from atluft/220-new-swift-logo
fixes #220
2 parents 2719c63 + cfbd0e2 commit ca72cf9

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

Diff for: CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Remarks:
8989
- Your ascii logo's dimensions must fall below `25*45` (height\*width). The CI will fail otherwise.
9090
- You can use `{N}` to color the ascii which will utilize the vec! of colors defined in `define_language!`
9191
- Make sure to trim any unnecessary trailing whitespaces
92+
- See example here [Ascii Art From Image File Using Python Image Library](https://github.com/o2sh/onefetch/wiki/ASCII-Art-From-Image-Using-Python-Image-Library)
9293

9394
### Project-specific notes
9495

Diff for: resources/swift.ascii

+24-15
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
{0} .+---.
2-
{0} :+: +++++:
3-
{0} ..--. .-+=-. -======:
4-
{0} :====: ===:: =======
5-
{0} ::===:: :====-: ========::
6-
{0} -=====::-=====:. ==========.
7-
{0} ::===============: ===========
8-
{0} .:===============::===========
9-
{0} .-------------------------
10-
{0}-. .-----------------------
11-
{0}.:---::.... ..:--------------------.
12-
{0} ..-------------------------------------------
13-
{0} .:::--------------------------------------::
14-
{0} .:::-::::::::::::::::::--.........::::
15-
{0} ......:::::::..... :::
1+
{0} :
2+
{0} ::
3+
{0} :::
4+
{0} : ::::
5+
{0} : : ::::
6+
{0} : :: :::::
7+
{0} :: ::: :::::
8+
{0} ::: ::: ::::::
9+
{0} ::: ::: :::::::
10+
{0} :::: :::: :::::::
11+
{0} ::::::::::: ::::::::
12+
{0} ::::::::::: :::::::::
13+
{0} ::::::::::::::::::::::
14+
{0} :::::::::::::::::::::
15+
{0} :::::::::::::::::::
16+
{0}: :::::::::::::::::
17+
{0} :: ::::::::::::::
18+
{0} :::: ::::::::::::::::
19+
{0} ::::::::::::::::::::::::::::::::::
20+
{0} :::::::::::::::::::::::::::::::::
21+
{0} :::::::::::::::::::::::::::::::
22+
{0} :::::::::::::::::::::: :::::
23+
{0} .::::::::::::::. ::
24+
{0}

0 commit comments

Comments
 (0)