-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Sixel
terminal graphics
#7063
Comments
Sixel
terminal grphicsSixel
terminal graphics
I did not find this option, but it was activated. I tested with the Julia REPL and their Sixel packages. But it does not work for me. |
And what does not work? What did you try / expect and what did you get instead? Also note that sixel does not work on windows/WSL currently due to windows/ConPty issues. |
I run the Julia console using Tabby. Wich is a windows executable (i created a profile for it). I then use the package mentioned before to show a png image in the terminal. It is supposed to convert the file into a Sixel output. But there is nothing printed, it does not work. But the problem may come from them. |
If you are on windows - nope sixel does not work there currently due to window's incompatible console driver (called ConPty). |
Ok my bad then, im on windows. You or i may close the issue then |
Many terminals support graphics printing, like bitmap images and even gif image.
This kind of feature may have many interests when working with images, and to have custom ouputs in scripts.
Some of terminals supporting this feature :
One could use this library : libsixel to implement it.
The text was updated successfully, but these errors were encountered: