Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当文件描述图像时,它应该有点像这样:左上角像素的颜色值 = 不管。下一个:第二个像素的颜色 = 不管。等等。所以最后我有一个说 1000x1000 像素的描述。现在这个图像描述怎么会有ppi值?如果我有一个 1000x1000 像素且大小为 22" 的屏幕,则 dpi 将不同于 1000x1000 像素和 24" 的屏幕。所以dpi取决于我用来查看图像的屏幕,它不是图像的属性。但是图像确实有 ppi 值,我只是不明白其背后的逻辑?