【发布时间】:2019-03-22 12:22:11
【问题描述】:
我正在浏览 android 文档,解释有关屏幕密度、现有的不同屏幕密度和分辨率的概念。
如果我理解正确的话,
resolution is the total absolute no of pixels that are shown on the screen
而
density is the number of pixels per inch.
现在,我正在查看this doc,上面写着:
系统图库应用程序显示使用您的 Android 设备的相机拍摄的照片,这些照片的分辨率通常远高于您设备的屏幕密度
这句话让我再次感到困惑。为什么将图像的分辨率与屏幕的密度进行比较?
或者只是说图像的分辨率会超过屏幕的分辨率?
【问题讨论】:
标签: android