lptstr / winfetch

🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
MIT License
1.4k stars 77 forks source link

Support better image display #198

Closed hungpham3112 closed 1 year ago

hungpham3112 commented 1 year ago

Currently, it seems winfetch only support 8 bit image and therefore it's kinda ugly when display to screen Original: pikachu

Winfetch: image

rashil2000 commented 1 year ago

No terminal emulators on Windows support displaying images as is, currently. They have to be approximated by box-like characters. So this is out of scope for now.