-
Notifications
You must be signed in to change notification settings - Fork 26
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
Native support for the image preview #188
Comments
|
|
Refactored the image preview flow: Now in |
Is there any chance that this could work using Tmux & Kitty? Using Kitty as-is does work perfectly, I get images in high resolution using Chafa. Using Tmux within Kitty does not work. I'm not sure to understand the intricacies of how does Chafa or those so-called Kitten for displaying images work, but I guess Tmux does something that prevents this behavior. Do you think that this could be added to Felix? If not, can you explain ways to make it work or alternatives? Looks like it is something about a multiplexer passthrough using Kitty & Tmux as discussed here hpjansson/chafa#162 Thank you! |
Just chiming in to note that tmux passthrough should indeed be working on Chafa master. It will be in the 1.14.0 release in a couple of days. Cheers! |
I'm on Windows. When I try to build this branch to get iterm previews I get the error:
I'm able to build the main branch fine however. I'm using Wezterm and have |
Currently we need
chafa
to preview image files, but #186 enables it out of the box, usingviuer
.The problem is, that with
viuer
the preview of gif animation could take a long time, which is really frustrating. This leads to not supporting high-res preview in both iTerm and kitty protocol.Reading gif as Frames via
image
crate would be a solution.The text was updated successfully, but these errors were encountered: