Convert an image or video to colorful chars and print them in C# console.
- Colorful output: Since Windows 10 Anniversary Update, console can use characters parsed for VT100 and similar control character sequences that control cursor movement, color/font mode, and other operations that can also be performed via the existing Console APIs. (ref: Console Virtual Terminal Sequences - Windows Console | Microsoft Docs)
- Video processing: Convert video to images and output them in sequence.
- System requirement: Windows 10
- Format requirement:
Image: .jpg, .jpeg, .png, .bmp, .ico, .tiff, .gif
Video: .3gp, .asf, .avi, .flv, .m4v, .mov, .mp4, .mpg, .mpeg, .mkv, .rm, .rmvb, .wmv
- Get
Img2ColorfulChars.exe
in the following ways.
- Run
Img2ColorfulChars.exe
.
- Double click
Img2ColorfulChars.exe
. - Select an image or video in the first window.
- Set scale in the second window. (The autofit scale is given, which can be modified; larger scale gets smaller image.)
- Enjoy the output!
If the frame rate is too low, please increase the scale appropriately.
- 来自多彩世界的控制台——C#控制台输出彩色字符 - 简书
Apply to Ver 1.1.