You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reproducing presentations using sixel, images are rendered stretched / with broken aspect ratio.
Steps to reproduce:
Create a landscape picture
convert -size 1400x1080 xc:white white.png
Create a presentation that displays it
echo '![](white.png)' > x.md
Run the presentation using sixel
presenterm --image-protocol sixel x.md
The picture has a portrait ratio
Run the presentation again using ascii
presenterm --image-protocol ascii-blocks x.md
The picture has the correct ratio
Explicitly setting width doesn't help either.
Thanks!
EDIT: Apparently this only happens when running in foot for some reason, in konsole the pictures are displayed correctly. But konsole causes the ghosting problem of #379 🫠
The text was updated successfully, but these errors were encountered:
When reproducing presentations using sixel, images are rendered stretched / with broken aspect ratio.
Steps to reproduce:
convert -size 1400x1080 xc:white white.png
echo '![](white.png)' > x.md
presenterm --image-protocol sixel x.md
presenterm --image-protocol ascii-blocks x.md
Explicitly setting width doesn't help either.
Thanks!
EDIT: Apparently this only happens when running in
foot
for some reason, inkonsole
the pictures are displayed correctly. But konsole causes the ghosting problem of #379 🫠The text was updated successfully, but these errors were encountered: