mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.35k stars 34 forks source link

support for images in Windows #115

Closed prabirshrestha closed 10 months ago

prabirshrestha commented 10 months ago

It says that images are not supported on windows. Might be considering using termwiz? https://docs.rs/termwiz/latest/termwiz/escape/struct.Sixel.html

mfontanini commented 10 months ago

See #13. This is a problem of getting the terminal window dimensions in pixels. I'll see if this can use some workaround, worse case letting you specify the dimensions by hand in a config file.

Closing this as it's a duplicate of #13.

mfontanini commented 10 months ago

See #13, this is starting to work.