iOS开发:iPhone分辨率指南

转载自:http://blog.csdn.net/cuibo1123/article/details/39405973



-------------------------

原文及翻译文本


Points


At the beginning, coordinates of all drawings are specified in points.
在一开始,所有的图形位置都由坐标点指定。
Points are abstract units, they only make sense in this mathematical coordinate space.
点是抽象的单位,它们只在逻辑坐标系上有意义。



Rendered Pixels
像素渲染


Point-based drawings are rendered into pixels. This process is known as rasterization
基于点的图像被渲染为像素,这个过程被称为栅格化。
Point coordinates are multiplied by scale factor to get pixel coordinates. Higher scale factors result in higher level of detail.
点坐标和比例系数相乘得到像素坐标。更高的比例因子会显示更多细节。


Physical Pixels
物理像素


The device screen may have lower pixel resolution than the image rendered in previous step. 
设备屏幕所能呈现的分辨率可能要比上一步骤低。
Before the image can be displayed, it must be downsampled (resized) to lower pixel resolution.
要显示之前的图像,必须以较低的像素分辨率重新采样(调整大小)。


Physical Device
物理设备


Finally, computed pixels are displayed on the physical screen.
最后,计算的像素被显示在物理屏幕上。
The PPI number tells you how many pixels fit into one inch and thus how large the pixels appear in the real world.
PPI数决定一英寸装入多少像素,从而把较大的物理像素显示到真实屏幕上。


PS:

对于开发中设置的位置、尺寸单位都是以点pt为基本单位的。

系统会根据屏幕的性质转换为像素单位
由于视网膜屏在同样尺寸下分辨率是非视网膜屏的两倍,所以
  • 非视网膜屏:1 pt = 逻辑像素 1 px = 物理像素 1 px 
  • 视网膜屏:   1 pt = 逻辑像素 1 px = 物理像素 2 px 

术语:

  • pt: point
  • px: pixel
  • PPI: pixels per inch







  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值