List of filetypes supported? #108
-
|
List of supported filetypes? Video? |
Beta Was this translation helpful? Give feedback.
Answered by
shibayan
Jan 15, 2022
Replies: 2 comments
-
|
A list of supported file formats can be found in the implementation below. https://github.com/shibayan/WinQuickLook/tree/master/WinQuickLook/Handlers The supported image and video formats depend on the type of decoder installed in Windows, so it is not possible to give a list. It is environment-dependent. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shibayan
-
|
It moved to https://github.com/shibayan/WinQuickLook/tree/master/WinQuickLook.Core/Handlers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A list of supported file formats can be found in the implementation below.
https://github.com/shibayan/WinQuickLook/tree/master/WinQuickLook/Handlers
The supported image and video formats depend on the type of decoder installed in Windows, so it is not possible to give a list. It is environment-dependent.