TIF Image Preview #2087
Answered
by
sxyazi
doorbuster
asked this question in
1. Q&A
TIF Image Preview
#2087
-
What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?kitty v0.37.0
|
Beta Was this translation helpful? Give feedback.
Answered by
sxyazi
Dec 23, 2024
Replies: 1 comment
-
You can use the built-in [plugin]
prepend_previewers = [
{ mime = "image/tiff", run = "magick" },
] Make sure you have ImageMagick installed. Doc of the previewers: https://yazi-rs.github.io/docs/configuration/yazi#plugin.previewers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
doorbuster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the built-in
magick
previewer (can also be used as preloader if you want) to achieve it:Make sure you have ImageMagick installed. Doc of the previewers: https://yazi-rs.github.io/docs/configuration/yazi#plugin.previewers