List of filetypes supported? #108
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. |
0 replies
Answer selected by
shibayan
|
It moved to https://github.com/shibayan/WinQuickLook/tree/master/WinQuickLook.Core/Handlers |
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.