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 への非推奨の呼び出しを使用せずに pict 情報を取得する方法は? また、非推奨の Api を使用せずに pixmaphandle を取得する方法はありますか?
Mac OS Xで画像を操作する方法を再学習することをお勧めします。小さなCocoaコードを処理できる場合は、NSImageクラスを使用してください。それ以外の場合は、CoreGraphicsとCGImageAPIを使用します。どちらかが機能します。
NSImage
CGImage
はそれ自体が非推奨であるためPixMapHandle、非推奨の関数を使用せずに使用することはできません。代わりにCoreGraphics(Quartz)を使用してください。
PixMapHandle