如文本不清楚。请 “对->图片另存为” 下载大图后,

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

原文及翻译文本


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的像素数确定一个多少负载英寸,上实这样的大型物理像素显示屏。

最新文章

  1. 【原创】自己动手写工具----XSmartNote [Beta 3.0]
  2. PHPCMS v9 超级安全防范教程!
  3. JavaScript:实现瀑布流
  4. C#操作Excel文件(读取Excel,写入Excel)
  5. Ubuntu nfs 配置
  6. busybox下mount nfs的命令
  7. javaku快捷键
  8. 持续集成并不能消除 Bug,而是让它们非常容易发现和改正(转)
  9. 关于Java中String类的hashCode方法
  10. OpenCV探索之路(六):边缘检测(canny、sobel、laplacian)
  11. Day2-文件操作
  12. (转)Spring Bean Scope 有状态的Bean 无状态的Bean
  13. angularjs1.X进阶笔记(3)——如何重构controller
  14. linux根目录介绍
  15. Hibernate学习(七)———— hibernate中查询方式详解
  16. 如何快速使用Access实现一个登录验证界面?
  17. python自带线程池
  18. hdu3642 Get The Treasury 线段树--扫描线
  19. Likecloud—吃、吃、吃(P1508)
  20. JDK版本的特性

热门文章

  1. 【原创】MapGIS K9 三维二次开发入门
  2. js 完成单继承
  3. Python学习之一
  4. poj 1726
  5. 3,C语言文件读写
  6. 转:requirejs:让人迷惑的路径解析(~~不错)
  7. 第三节 ISBN 码 / ISSN 码
  8. nginx 引入外部文件
  9. ceph install
  10. php5.5 + apache2.4 安装配置