You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be a discussion, but discussions are not enabled on this project.
I am trying to fix this issue in Yazi, but I have no idea what is being done differently such that this library previews the transparent images just fine, but Yazi's previewer has artefacts.
I looked through it and think the main difference is in the render function in this library and the place function in Yazi, with this library skipping after each write.
The text was updated successfully, but these errors were encountered:
This should be a discussion, but discussions are not enabled on this project.
I am trying to fix this issue in Yazi, but I have no idea what is being done differently such that this library previews the transparent images just fine, but Yazi's previewer has artefacts.
Here is the code for image previewing using the Kitty graphics protocol in Yazi:
https://github.com/sxyazi/yazi/blob/main/yazi-adapter/src/kgp.rs
I looked through it and think the main difference is in the
render
function in this library and theplace
function in Yazi, with this library skipping after each write.The text was updated successfully, but these errors were encountered: