Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here is my python source code for ASCII generator. with my code, you could:
* **Video/image outputs could be in grayscale or color format. It is totally up to you**

## Video to video
By running the sript **video2video_color.py** or **video2video.py** with different values for *background* and *mode*, we will have different outputs, for example:
By running the script **video2video_color.py** or **video2video.py** with different values for *background* and *mode*, we will have different outputs, for example:
<p align="center">
<img src="demo/demo_complex_color_160.gif" width=800><br/>
<i>Colored complex-character ASCII output</i>
Expand All @@ -21,7 +21,7 @@ By running the sript **video2video_color.py** or **video2video.py** with differe
</p>

## Image to text
By running the sript **img2txt.py** with different values for *mode*, we will have following outputs:
By running the script **img2txt.py** with different values for *mode*, we will have following outputs:
<p align="center">
<img src="demo/input.jpg" width=800><br/>
<i>Input image</i>
Expand All @@ -38,7 +38,7 @@ By running the sript **img2txt.py** with different values for *mode*, we will ha
</p>

## Image to image
By running the sript **img2img_color.py** or **img2img.py** with different values for *background* and *mode*, we will have following outputs:
By running the script **img2img_color.py** or **img2img.py** with different values for *background* and *mode*, we will have following outputs:
<p align="center">
<img src="demo/input.jpg" width=800><br/>
<i>Input image</i>
Expand Down