Skip to content

Commit 974c16d

Browse files
Update README.md
1 parent 007b352 commit 974c16d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ The following python packages are used in the program:
1818
These packages can be installed using any package manager for python like pip, conda, etc.
1919

2020
## Terminal Requirements
21-
**A true-colour terminal is required to see videos and images in colour.**
2221

23-
Also since the program **uses ANSI escape sequences**, all POSIX compliant terminals should work well. If you use windows, and the program doesn't work well, try switching to WSL (Windows Subsystem for Linux)
22+
All POSIX compliant terminals should work well. If you use windows, and the program doesn't work well, try switching to WSL (Windows Subsystem for Linux)
2423

2524
# 🎥 A Demo
2625

@@ -38,8 +37,8 @@ python generate.py $VIDEO_FILENAME $OPTION
3837
Here `$VIDEO_FILENAME` and `$SUBTITLE_FILENAME` are the full path to the files and `$OPTION` takes values **0 for black and white output** and **1 for true color output** (see if your terminal supports true color before enabling)
3938

4039
# 📝 TODO and Future Plans
41-
- [ ] Support 3-bit RGB (8-colors) with dithering
42-
- [x] Support true color (24-bit RGB)
43-
- [x] Support automatic resizing
40+
- [x] Support 3-bit RGB (8-colors)
41+
- [x] Support true color (24-bit RGB) *visit tc-version branch*
42+
- [ ] Support automatic resizing
4443
- [x] Support B&W output
4544
- [x] Support subtitles

0 commit comments

Comments
 (0)