iPhone 地址簿图片的尺寸?
我想以编程方式生成联系人图片 - 就像 Gravatar 所做的那样,尽管不完全一样。
生成的图像是否有尺寸要求,以便用户拨打电话时联系人图片会全屏? iPhone 3/GS 和 iPhone 4 之间的这些尺寸要求是否有差异?
我认为使用 ABAddressBook API 设置图片不会有任何障碍。
I would like to programmatically generate contact pictures - something like what Gravatar does, although not exactly.
Are there size requirements on the generated images such that the contact picture will be full-screen when the user calls? Are there differences for these size requirements between iPhone 3/GS and iPhone 4?
I presume setting the pictures using the ABAddressBook API will provide no hurdles.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这两种情况下 - 对于 iPhone 3 和 iPhone 4(配备视网膜显示屏),我最终将图像尺寸设置为 640 x 960。当我将 iPhone 3 的个人资料图片设置为 320 x 480 时,图像没有缩放以适合全屏。
那么就这样吧!
In both cases - for iPhone 3 and iPhone 4 (with retina display) I wound up setting the image size to 640 x 960. When I set the profile picture to 320 x 480 for iPhone 3, the image didn't scale to fit the full screen.
So there you go!