-
Notifications
You must be signed in to change notification settings - Fork 12
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
better image encoding via sixel #45
Comments
2 tasks
@oxinabox FYI, with this done (JuliaIO/Sixel.jl#1), ReferenceTests will then include |
Nice |
This was referenced May 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sixel has way better image display quality in the terminal so we should consider adopting this.
It is a C library so we need to first build the
libsixel_jll
with BinaryBuilder, and then wrap it with perhapsSixel.jl
, and use the wrapping package in ImageInTerminal.https://github.com/m-j-w/TerminalGraphics.jl is a very early project to do this before the "modern" BinaryBuilder.
The text was updated successfully, but these errors were encountered: