获取图像的高度和宽度(以厘米为单位)

Get image height and width in centemeters

当我将图像拖入 Photoshop 并转到 "image size" 时,我可以看到以厘米为单位的尺寸(例如:80X30 厘米)在 Windows 7 中,您只能看到有关图像的详细信息关于大小是像素和分辨率。 VBNET 中有没有办法获取以厘米为单位的图像高度和宽度?

实际上一个像素 = 0.264583 毫米。 每英寸点数 (DPI) 和设备无关像素 (DIP) 之间存在差异

DPI and Device-Independent Pixels

此致