如何在桌面应用程序中生成文件预览缩略图?
我正在 Mac 上开发一种文件浏览器,我不确定如何动态生成文件的缩略图预览。我不仅想对图像执行此操作,还想对常见文档格式、html、视频等执行此操作,就像在 Finder 中一样。是否有一个内置的 API 可以实现这一点,或者我必须搜索外部库?
另外,我该如何在 Windows 上执行此操作?
I am developing a sort of file browser on the Mac, and I'm not sure how I can dynamically generate thumbnail previews of files. I would like to do this not just for images, but for common document formats, html, videos, etc., just like in Finder. Is there a built-in API for this, or would I have to search for an external library?
Also, how would I go about doing this on Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Mac 上使用 geektool 生成图像和文件的缩略图预览,但我不知道女巫图书馆的使用
i use geektool on mac to generate thumbnal previews for images and files, but i don't know witch library use