Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不使用已弃用的 GetPictInfo 调用的情况下获取图片信息?另外,无论如何在不使用已弃用的 Api 的情况下获得 pixmaphandle,我找不到任何 .
我建议您重新学习如何在 Mac OS X 上处理图像。如果您可以处理一些 Cocoa 代码,请使用NSImage该类。否则,使用 Core Graphics 和CGImageAPI。任何一个都有效。
NSImage
CGImage
由于PixMapHandle它本身已弃用,因此如果不使用已弃用的函数,则无法使用它。请改用 Core Graphics (Quartz)。
PixMapHandle