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.
我有一些 png 文件,它们的 ppi 是 300。
现在我把ppi改成了72,但是图片的尺寸甚至变大了!
例如,a.png 为 190k,300ppi,
现在变成400+k,72ppi,而且一直是320*460,
这是怎么回事,我该怎么办?
我的意思是缩小图片的大小..
ppi 代表“每英寸像素数”。
图像大小的方程是NoOfPixels = NoOfInches * PixelsPerInch
NoOfPixels = NoOfInches * PixelsPerInch
或者NoOfInches = NoOfPixels/PixelsPerInch
NoOfInches = NoOfPixels/PixelsPerInch
因此降低 ppi 会增加图像的“物理”大小。
要减小图像的大小,您需要将更多像素压缩到“物理”空间的每个图像中,因此增加 ppi