vinayak-mehta / present

A terminal-based presentation tool with colors and effects.
https://present.readthedocs.io
Apache License 2.0
4.32k stars 165 forks source link

Image is not shown properly #73

Closed macsir closed 4 years ago

macsir commented 4 years ago

As my first testing, the sample pic is shown in this way? I am using Python 3.8.5 image

macsir commented 4 years ago

And other testing pictures can't be even shown at all.

vinayak-mehta commented 4 years ago

For images to be rendered nicely, you need to use a terminal emulator that supports more than 8 colors, or set your current one to use more than 8 colors. If you're using tmux, you can set it to support 256 colors using set -g default-terminal "screen-256color".

macsir commented 4 years ago

Hi, Thanks. Is it possible to do it in Windows console?

vinayak-mehta commented 4 years ago

I was able to get nicer results with https://hyper.is/ on Windows. I haven't tried the Windows console yet and don't have a Windows machine to test things.