gpt4 book ai didi

objective-c - NSImage DPI 问题

转载 作者:搜寻专家 更新时间:2023-10-30 20:04:13 25 4
gpt4 key购买 nike

谁能告诉我如何获得 NSImage 的真实宽度和高度?我注意到 DPI 高于 72 的图像通过 NSImage.size 参数显示的宽度和高度不准确。

我在 Cocoadev 上看到了这个例子:

NSBitmapImageRep *rep = [image bestRepresentationForDevice: nil];

NSSize pixelSize = NSMakeSize([rep pixelsWide],[rep pixelsHigh]);

但是 bestRepresentationForDevice 在 10.6 上被弃用了...我可以使用什么作为替代方法,文档没有提供不同的方法?

最佳答案

从 NSImage 的 TIFF 表示构建您的 NSBitmapImageRep

NSBitmapImageRep* rep = [NSBitmapImageRep imageRepWithData:[image TIFFRepresentation]];

关于objective-c - NSImage DPI 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4748846/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com