sixel doesn't work on windows #1243
Replies: 8 comments 10 replies
-
No. I compiled fastfetch locally with imagemagick support. Sixel image does work for OpenConsole (A newer Conhost bundled in Windows Terminal). However it still doesn't work for Windows Terminal due to microsoft/terminal#8581 |
Beta Was this translation helpful? Give feedback.
-
Okey. It turns out that microsoft/terminal#8581 is supported, but has bugs. Did some trick and now sixel image protocol works for me in Windows Terminal |
Beta Was this translation helpful? Give feedback.
-
@CarterLi would it be nice to include ootb support for imagemagick in every windows release ? what do you think ? |
Beta Was this translation helpful? Give feedback.
-
@CarterLi |
Beta Was this translation helpful? Give feedback.
-
You can convert your image to sixel format by any online converter. Then use |
Beta Was this translation helpful? Give feedback.
-
@CarterLi I'm also looking for support for this. I am able to display native sixel images fine, but this is extremely annoying and finicky as I have to manually resize the image, text, and resize over any over. I successfully compiled fastfetch locally to include imagemagick7 and chafa. I now get the error Logo: getCharacterPixelDimensions() failed when trying to display an .png as sixel, and this is due to the bug you linked above. How were you able to patch this to get sixel working? If this is a relatively simple fix please let me know and I will do it myself locally. |
Beta Was this translation helpful? Give feedback.
-
I checked the features on my fastfetch install and imagemagick is available, so I assumed
|
Beta Was this translation helpful? Give feedback.
-
I got this working briefly. I think the canary version of windows terminal
supports sixel, or one of the other formats used by fast fetch. I also had
to explicitly tell fast fetch to use that format. It wasn’t perfect but it
did work, I think the width and height constraints didn’t work right.
…-------
Very Respectfully,
Abhi Bhattacharyya
On Sun, Aug 24, 2025 at 17:41 Kim Schulz ***@***.***> wrote:
What did you do to get it to work? I am not getting anything rendered in
WSL2 in windows terminal 1.23.
—
Reply to this email directly, view it on GitHub
<#1243 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADEHVLMCTEHFSXPZQWSA2ZL3PIWQJAVCNFSM6AAAAACEWDGH2GVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRQGQ2DIMY>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, recently sixel support landed to windows terminal, i tried to display logo with fastfetch but it doesn't work, i've used
--logo-type sixel
but it reverts to default logo and even tried usingchafa
to convert logo to sixels but it displays a very pixelated image and ruins the renderingI've a couple questions:
Beta Was this translation helpful? Give feedback.
All reactions