We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In the latest version sixel (img2sixel) graphics rendering is no longer working. In the previous version, it was working fine.
To Reproduce Locate a image file, .jpg etc Use the command to render in terminal img2sixel file.jpg No graphics is rendered
img2sixel file.jpg
Expected behavior To render the .jpg file in terminal
Environment:
The text was updated successfully, but these errors were encountered:
jerch/xterm-addon-image#38
Sorry, something went wrong.
Eww, this should be fixed with v0.3.1 already, which ttyd uses. So it does not work?
Edit: Just tested it with v1.7.3 - works for me. Maybe you have forgotten to enable it via -t enableSixel=true cmdline switch?
-t enableSixel=true
Ok, I didn't know that -t enableSixel=true is required in this version. Until v1.7.2 this switch was not needed.
Now Sixel rendering works fine using this switch.
Thanks
Thanks, I've added a hint to the release note.
No branches or pull requests
Describe the bug
In the latest version sixel (img2sixel) graphics rendering is no longer working. In the previous version, it was working fine.
To Reproduce
Locate a image file, .jpg etc
Use the command to render in terminal
img2sixel file.jpg
No graphics is rendered
Expected behavior
To render the .jpg file in terminal
Environment:
The text was updated successfully, but these errors were encountered: