Leopard Finder 的哪个功能可以获取带有水印的预览图标?

发布于 2024-08-02 02:47:22 字数 216 浏览 11 评论 0原文

我已经看过 GetIconRefFromFileInfo()QLThumbnailImageCreate() 但它们似乎与我从取景器中看到的(方形图标)不相似上面有水印,例如,如果文件是 RTF,则它下面有一个灰色水印,上面写着 RTF 或 RTFD 或 PDF...

请帮我解决这个问题。 谢谢。 如果问题仍然不清楚,请随时发表评论。

I already took a look at GetIconRefFromFileInfo() and QLThumbnailImageCreate() but they just doesn't seem to be similar with what I see from the finder, which is a square icon with watermarks on it, e.g. if the file is RTF, it has this greyish watermark below that says RTF or RTFD or PDF...

Please help me out on this. Thanks. If the question is still unclear, please feel free to comment.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北城挽邺 2024-08-09 02:47:22

来自 MacScripter

这是 NSImage 上的一个类别,
让你得到一个包含
快速查看内容预览
给定的文件。 如果没有 Quick Look 预览
可用,它将返回
文件的 Finder 图标(这就是
快速查看面板可以)。 它
仅包含一种方法:

+ (NSImage *) imageWithPreviewOfFileAtPath: (NSString*) 路径 ofSize: (NSSize) 大小 asIcon: (BOOL) 图标

From MacScripter:

This is a category on NSImage which
lets you get an image containing a
Quick Look preview of the content of a
given file. If no Quick Look preview
is available, it will instead return
the file's Finder icon (this is what
the Quick Look panel does). It
consists of only one method:

+ (NSImage *) imageWithPreviewOfFileAtPath: (NSString*) path ofSize: (NSSize) size asIcon: (BOOL) icon

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文