• iPhone分辨率


    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数决定一英寸装入多少像素,从而把较大的物理像素显示到真实屏幕上。

  • 相关阅读:
    英语中的一个月几天的表示法
    深圳梧桐山游记
    linux中创建文件和文件夹
    linux中~和/的区别
    linux中的--和-的区别
    linux中vi和vim的区别
    基本数据类型大小和范围
    洛谷 [AHOI2001]质数和分解
    codevs 1115 开心的金明--01背包
    codevs 1080 线段树练习--用树状数组做的
  • 原文地址:https://www.cnblogs.com/SensenCoder/p/4989055.html
Copyright © 2020-2023  润新知